mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
🔨Update cultures (#85)
This commit is contained in:
parent
c45cfb63f6
commit
1fbf53e369
2 changed files with 6 additions and 1 deletions
|
@ -130,13 +130,18 @@ Is used for setting the language. Choose between:
|
|||
- `da` (Danish)
|
||||
- `de` (German)
|
||||
- `en` (English)
|
||||
- `en_GB` (English - United Kingdom)
|
||||
- `es` (Spanish)
|
||||
- `fr` (French)
|
||||
- `hu` (Hungarian)
|
||||
- `it` (Italian)
|
||||
- `nl` (Dutch)
|
||||
- `no` (Norwegian)
|
||||
- `pl` (Polish)
|
||||
- `pt_BR` (Portuguese - Brazil)
|
||||
- `pt_PT` (Portuguese - Portugal)
|
||||
- `ru` (Russian)
|
||||
- `sk_SK` (Slovak - Slovakia)
|
||||
- `sv_SE` (Swedish - Sweden)
|
||||
- `ta` (Tamil)
|
||||
- `tr` (Turkish)
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"culture": "list(da|de|en|en_GB|es|fr|hu|it|nl|no|pl|ru|sv_SE|tr)",
|
||||
"culture": "list(da|de|en|en_GB|es|fr|hu|it|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr)",
|
||||
"currency": "match(^[A-Z]{3}$)",
|
||||
"entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)",
|
||||
"features": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue