orchard/src/i18n
2022-01-26 21:24:30 +07:00
..
el_GR.jsonc Update Greek Translation (#213) 2022-01-25 15:01:15 -08:00
en_GB.jsonc date format template + connection error message 2022-01-24 17:21:44 -08:00
en_HODOR.jsonc HODOR HODOR HODOR (#216) 2022-01-25 23:42:17 -08:00
en_US.jsonc Add option to disable loop filter in lastfm 2022-01-26 21:24:30 +07:00
hu_HU.jsonc PR 208 Finalized & Tested 2022-01-24 21:10:16 -08:00
ja_JP.jsonc i18n desc 2022-01-26 00:29:55 -08:00
pt_BR.jsonc add more missing slots 2022-01-25 22:56:41 +07:00
README.md Added README.md to i18n 2022-01-23 21:39:30 -08:00
tr_TR.jsonc Handle conflicts with the latest commit 2022-01-25 18:24:36 +03:00
zh_CN.jsonc i18n desc 2022-01-26 00:29:55 -08:00
zh_HK.jsonc Merge branch 'upcoming' of https://github.com/kyw504100/Cider into upcoming 2022-01-26 16:43:22 +08:00
zh_TW.jsonc i18n desc 2022-01-26 00:29:55 -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.