Added info about term.loadingPlaylist string

This commit is contained in:
Justin Hovey 2022-01-31 17:21:48 -06:00
parent a3dec38822
commit 621a28a01c
No known key found for this signature in database
GPG key ID: 0441438315CC54A4
2 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,10 @@
# Cider i18n
Some notes about Cider's i18n support.
* Localization files are stored in jsonc format aka "JSON with Comments"
* 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.
* Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated.
* The language Apple Music uses are dependent on the storefront region.
- Localization files are stored in jsonc format aka "JSON with Comments"
- 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.
- Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated.
- The language Apple Music uses are dependent on the storefront region.