web: ensure fallback locale is loaded
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b72b731320
commit
b85aeae5ef
|
@ -25,8 +25,10 @@
|
|||
},
|
||||
"pseudoLocale": "pseudo-LOCALE",
|
||||
"fallbackLocales": {
|
||||
"pseudo-LOCALE": "en"
|
||||
"pseudo-LOCALE": "en",
|
||||
"default": "en"
|
||||
},
|
||||
"format": "po-gettext",
|
||||
"compileNamespace": "ts",
|
||||
"catalogs": [
|
||||
{
|
||||
|
|
Reference in New Issue