orchard/src/i18n
2022-02-02 22:27:32 +08:00
..
de_DE.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
el_GR.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
en_GB.jsonc i18n: Changed English (UK) into a main language rather than a fun language (#299) 2022-02-01 14:54:39 -08:00
en_HODOR.jsonc MADE HODOR USABLE 2022-01-30 15:50:03 +03:00
en_PISS.jsonc Reverted locale changes in #286. This was also unnecessary as a spinner is all that is needed. 2022-02-01 00:28:09 +00:00
en_SGA.jsonc Updated the en_SGA.jsonc again 2022-02-02 22:27:32 +08:00
en_US.jsonc Added locale for topResult, Shared Playlists and People 2022-02-02 09:14:22 +00:00
es_ES.jsonc New translations for es_ES (#291) 2022-02-01 08:34:41 -08:00
fr_CA.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
fr_FR.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
hu_HU.jsonc Updated translations with new terms (#292) 2022-02-01 08:34:17 -08:00
it_IT.jsonc Added Italian translation (#279) 2022-01-31 11:31:45 -08:00
ja_JP.jsonc sync my ass 2022-01-31 22:00:51 -08:00
pt_BR.jsonc i18n info for pt_BR 2022-01-31 22:03:51 -08:00
README.md Added locale for topResult, Shared Playlists and People 2022-02-02 09:14:22 +00:00
sv_SE.jsonc Updated sv_SE (#301) 2022-02-01 14:59:07 -08:00
tr_TR.jsonc Updated TR language 2022-01-30 14:33:20 +03:00
zh_CN.jsonc sync my ass 2022-01-31 22:00:51 -08:00
zh_HK.jsonc Updated zh_hk.json 2022-02-02 21:09:16 +08:00
zh_TW.jsonc i18n update + update cider i18n 2022-01-31 21:58:57 -08:00
zh_yue.jsonc Irregular update 30/1 (#265) 2022-01-30 01:49:17 -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.

Localization Notices

Several changes have been made to configuration options and will be listed below with the relevant locales that have been modified, the ones not mentioned in the list need modifying.

  • settings.option.experimental.closeButtonBehaviour: Changed to close_button_hide - Should be "Close Button Should Hide the Application". .quit, .minimizeTaskbar and .minimizeTray have been removed. Translations done for en_US.
  • action.update: Added for en_US.
  • term.topResult: "Top Result" - Added for en_US.
  • term.sharedPlaylists: "Shared Playlists" - Added for en_US.
  • term.people: "People" - Added for en_US.