Add FALLBACK_LOCALE to config template

This commit is contained in:
Lukas Hass 2022-01-25 18:04:59 +01:00
parent 4108076373
commit 78a020576f
No known key found for this signature in database
GPG key ID: 7C8CEF72C4039178

View file

@ -23,4 +23,5 @@ window.env = {
NODE_ENV: '${NODE_ENV}',
DISABLE_ANONYMOUS: '${DISABLE_ANONYMOUS}',
OPID_LOGIN_SCREEN_PROVIDER: '${OPID_LOGIN_SCREEN_PROVIDER}',
FALLBACK_LOCALE: '${FALLBACK_LOCALE}',
};