-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrite the i18n scripts - Convert CJS to MJS - Use flat keys and simplify json handling - Update ESLint rule to allow for dot in keys * Update casing for Glotpress and simplify ESLint rule * Deduplicate user-agent constant * Add Vue to TermCasing
- Loading branch information
Showing
53 changed files
with
3,446 additions
and
4,733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Locales | ||
|
||
The primary internationalisation file is [`data/en.json5`](../data/en.json5). | ||
All `.json` files present in the [`locales`](./locales) directory are | ||
re-generated when updating translations, so they should not be modified. | ||
|
||
# Locale scripts | ||
|
||
Locale scripts should be run in the root of the repository using their | ||
respective pnpm commands, in the `i18n` namespace. |
Oops, something went wrong.