🔨Update cultures (#85)

This commit is contained in:
Paul Sinclair 2020-05-18 10:21:21 -04:00 committed by GitHub
parent c45cfb63f6
commit 1fbf53e369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -130,13 +130,18 @@ Is used for setting the language. Choose between:
- `da` (Danish) - `da` (Danish)
- `de` (German) - `de` (German)
- `en` (English) - `en` (English)
- `en_GB` (English - United Kingdom)
- `es` (Spanish) - `es` (Spanish)
- `fr` (French) - `fr` (French)
- `hu` (Hungarian)
- `it` (Italian) - `it` (Italian)
- `nl` (Dutch) - `nl` (Dutch)
- `no` (Norwegian) - `no` (Norwegian)
- `pl` (Polish) - `pl` (Polish)
- `pt_BR` (Portuguese - Brazil)
- `pt_PT` (Portuguese - Portugal)
- `ru` (Russian) - `ru` (Russian)
- `sk_SK` (Slovak - Slovakia)
- `sv_SE` (Swedish - Sweden) - `sv_SE` (Swedish - Sweden)
- `ta` (Tamil) - `ta` (Tamil)
- `tr` (Turkish) - `tr` (Turkish)

View file

@ -49,7 +49,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(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}$)", "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": {