Added info about term.loadingPlaylist string
This commit is contained in:
parent
a3dec38822
commit
621a28a01c
2 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Cider i18n
|
# Cider i18n
|
||||||
|
|
||||||
Some notes about Cider's i18n support.
|
Some notes about Cider's i18n support.
|
||||||
* Localization files are stored in jsonc format aka "JSON with Comments"
|
|
||||||
* The default language is English.
|
- Localization files are stored in jsonc format aka "JSON with Comments"
|
||||||
* The default language is used for messages that are not translated.
|
- The default language is English.
|
||||||
* Try when possible to keep the messages the similar in length to the English ones.
|
- The default language is used for messages that are not translated.
|
||||||
* Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated.
|
- Try when possible to keep the messages the similar in length to the English ones.
|
||||||
* The language Apple Music uses are dependent on the storefront region.
|
- 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.
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
"term.videos": "Videos",
|
"term.videos": "Videos",
|
||||||
"term.menu": "Menu",
|
"term.menu": "Menu",
|
||||||
"term.check": "Check",
|
"term.check": "Check",
|
||||||
"term.loadingPlaylist": "Loading playlist...",
|
"term.loadingPlaylist": "Loading playlist...", // Text shown at the bottom of a playlist's body while loading song pages
|
||||||
|
|
||||||
// Home
|
// Home
|
||||||
"home.title": "Home",
|
"home.title": "Home",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue