mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
do not try to load i18n for en_US, use language only: en
This commit is contained in:
@@ -15,11 +15,14 @@ i18n
|
|||||||
.init({
|
.init({
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
|
|
||||||
|
// try to load only "en" and not "en_US"
|
||||||
|
load: "languageOnly",
|
||||||
|
|
||||||
// have a common namespace used around the full app
|
// have a common namespace used around the full app
|
||||||
ns: ["commons"],
|
ns: ["commons"],
|
||||||
defaultNS: "commons",
|
defaultNS: "commons",
|
||||||
|
|
||||||
debug: true,
|
debug: false,
|
||||||
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false // not needed for react!!
|
escapeValue: false // not needed for react!!
|
||||||
|
|||||||
Reference in New Issue
Block a user