orchard/src/i18n
Eric Zhang 0cf515488b
Update zh_CN.jsonc
Update Chinese translation
2022-01-24 16:05:56 +08:00
..
el_GR.jsonc Add Greek Translation (#179) 2022-01-23 14:11:03 -08:00
en_US.jsonc Fix term.size.compact typo and added audio normalization description 2022-01-23 19:04:36 -08:00
ja_JP.jsonc Finalizing all languages 2022-01-23 21:15:11 -08:00
README.md Added README.md to i18n 2022-01-23 21:39:30 -08:00
tr_TR.jsonc Added Turkish language file 2022-01-23 14:38:44 +03:00
zh_CN.jsonc Update zh_CN.jsonc 2022-01-24 16:05:56 +08:00
zh_TW.jsonc Finalize Chinese (Taiwan) & (China) 2022-01-23 20:03:26 -08:00

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.