Change jsonc to json in i18n README
This commit is contained in:
parent
8f34085488
commit
63dd5d04a2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Some notes about Cider's i18n support.
|
||||
|
||||
- Localization files are stored in jsonc format aka "JSON with Comments"
|
||||
- Localization files are stored in `json` format aka "JavaScript Object Notation".
|
||||
- The default language is English.
|
||||
- The default language is used for messages that are not translated.
|
||||
- Try when possible to keep the messages the similar in length to the English ones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue