Lua i18n updates

This commit is contained in:
Benjamin Winger 2022-04-10 07:57:02 +00:00 committed by Petr Mikheev
parent 5a2cafebea
commit 21ffbcc4b4
37 changed files with 839 additions and 1153 deletions

View file

@ -68,3 +68,21 @@ notify on saved screenshot
:Default: False
Show message box when screenshot is saved to a file.
preferred locales
-----------------
:Type: string
:Default: en
List of the preferred locales separated by comma.
For example "de,en" means German as the first prority and English as a fallback.
Each locale must consist of a two-letter language code (e.g. "de" or "en") and
can also optionally include a two-letter country code (e.g. "en_US", "fr_CA").
Locales with country codes can match locales without one (e.g. specifying "en_US"
will match "en"), so is recommended that you include the country codes where possible,
since if the country code isn't specified the generic language-code only locale might
refer to any of the country-specific variants.
This setting can only be configured by editing the settings configuration file.

View file

@ -26,15 +26,3 @@ If one, a separate thread is used.
Values >1 are not yet supported.
This setting can only be configured by editing the settings configuration file.
i18n preferred languages
------------------------
:Type: string
:Default: en
List of the preferred languages separated by comma.
For example "de,en" means German as the first prority and English as a fallback.
This setting can only be configured by editing the settings configuration file.