Changes close button behavior to close button should hide - LOCALE CHANE NOTED IN README
This commit is contained in:
parent
c393436c25
commit
0ab0bd7b77
4 changed files with 16 additions and 19 deletions
|
@ -1,8 +1,18 @@
|
|||
# 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.
|
||||
* 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.
|
|
@ -263,10 +263,7 @@
|
|||
"settings.header.experimental": "Experimental",
|
||||
"settings.header.experimental.description": "Adjust the experimental settings for Cider.",
|
||||
"settings.option.experimental.compactUI": "Compact UI", // Toggle
|
||||
"settings.option.experimental.closeButtonBehaviour": "Close Button Behavior",
|
||||
"settings.option.experimental.closeButtonBehaviour.quit": "Quit Cider",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTaskbar": "Minimize to Taskbar",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTray": "Minimize to Tray",
|
||||
"settings.option.experimental.close_button_hide": "Close Button Should Hide the Application",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue