mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Add languages: cs, el_GR, fi, he_IL, ja, ko_KR, zh_CN, zh_TW (#121)
This commit is contained in:
parent
fb0e5a8169
commit
bc14ce7bb3
2 changed files with 9 additions and 1 deletions
|
@ -99,14 +99,20 @@ The private key file to use for SSL.
|
||||||
|
|
||||||
Is used for setting the language. Choose between:
|
Is used for setting the language. Choose between:
|
||||||
|
|
||||||
|
- `cs` (Czech)
|
||||||
- `da` (Danish)
|
- `da` (Danish)
|
||||||
- `de` (German)
|
- `de` (German)
|
||||||
|
- `el_GR` (Greek - Greece)
|
||||||
- `en` (English)
|
- `en` (English)
|
||||||
- `en_GB` (English - United Kingdom)
|
- `en_GB` (English - United Kingdom)
|
||||||
- `es` (Spanish)
|
- `es` (Spanish)
|
||||||
|
- `fi` (Finnish)
|
||||||
- `fr` (French)
|
- `fr` (French)
|
||||||
|
- `he_IL` (Hebrew - Israel)
|
||||||
- `hu` (Hungarian)
|
- `hu` (Hungarian)
|
||||||
- `it` (Italian)
|
- `it` (Italian)
|
||||||
|
- `ja` (Japanese)
|
||||||
|
- `ko_KR` (Korean - South Korea)
|
||||||
- `nl` (Dutch)
|
- `nl` (Dutch)
|
||||||
- `no` (Norwegian)
|
- `no` (Norwegian)
|
||||||
- `pl` (Polish)
|
- `pl` (Polish)
|
||||||
|
@ -117,6 +123,8 @@ Is used for setting the language. Choose between:
|
||||||
- `sv_SE` (Swedish - Sweden)
|
- `sv_SE` (Swedish - Sweden)
|
||||||
- `ta` (Tamil)
|
- `ta` (Tamil)
|
||||||
- `tr` (Turkish)
|
- `tr` (Turkish)
|
||||||
|
- `zh_CN` (Chinese - China)
|
||||||
|
- `zh_TW` (Chinese - Taiwan)
|
||||||
|
|
||||||
### Option: `currency`
|
### Option: `currency`
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
"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}$)",
|
"currency": "match(^[A-Z]{3}$)",
|
||||||
"entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)",
|
"entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)",
|
||||||
"features": {
|
"features": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue