Change jsonc to json in i18n README

This commit is contained in:
Amaru8 2022-04-21 14:26:43 +02:00 committed by GitHub
parent 8f34085488
commit 63dd5d04a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.