Add languages: cs, el_GR, fi, he_IL, ja, ko_KR, zh_CN, zh_TW (#121)

This commit is contained in:
Franck Nijhof 2021-01-26 09:38:30 +01:00 committed by GitHub
parent fb0e5a8169
commit bc14ce7bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -99,14 +99,20 @@ The private key file to use for SSL.
Is used for setting the language. Choose between:
- `cs` (Czech)
- `da` (Danish)
- `de` (German)
- `el_GR` (Greek - Greece)
- `en` (English)
- `en_GB` (English - United Kingdom)
- `es` (Spanish)
- `fi` (Finnish)
- `fr` (French)
- `he_IL` (Hebrew - Israel)
- `hu` (Hungarian)
- `it` (Italian)
- `ja` (Japanese)
- `ko_KR` (Korean - South Korea)
- `nl` (Dutch)
- `no` (Norwegian)
- `pl` (Polish)
@ -117,6 +123,8 @@ Is used for setting the language. Choose between:
- `sv_SE` (Swedish - Sweden)
- `ta` (Tamil)
- `tr` (Turkish)
- `zh_CN` (Chinese - China)
- `zh_TW` (Chinese - Taiwan)
### Option: `currency`

View file

@ -43,7 +43,7 @@
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"culture": "list(cs|da|de|en|en_GB|es|fr|hu|it|ja|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr|zh_TW)",
"culture": "list(cs|da|de|el_GR|en|en_GB|es|fi|fr|he_IL|hu|it|ja|ko_KR|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|ta|tr|zh_CN|zh_TW)",
"currency": "match(^[A-Z]{3}$)",
"entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)",
"features": {