aboutsummaryrefslogtreecommitdiff
path: root/scripts/langs.js
AgeCommit message (Collapse)Author
2024-07-23added "Check localizations" action0neGal
2024-04-29fixed some issues with scripts/langs.js0neGal
2024-02-18added a lot more functionality to scripts/langs.js0neGal
It's not capable of formatting language files, and now has a prompt interface for editing and adding missing localization strings. This removes the need for manually editing localization files beyond `en.json`, it'll still be edited manually. But maintainers will no longer have to open any localization files. I also updated the documentation for contributing to localizations.
2023-09-16lang files can now use objects!0neGal
The `lang()` function doesn't change whatsoever, as the lang files are flattened and are therefore identical to the before this commit. I also cleaned up the files, and all the lang files should now all look far more similar in order.
2023-01-15rename build/ to scripts/0neGal