mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
feat: i18n disabling debug mode
This commit is contained in:
parent
48485fc546
commit
80f1ab4185
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ i18n
|
||||||
compatibilityJSON: "v4",
|
compatibilityJSON: "v4",
|
||||||
lng: userLanguage || "en",
|
lng: userLanguage || "en",
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
debug: true,
|
debug: false,
|
||||||
//keySeparator: false, // we use content as keys
|
//keySeparator: false, // we use content as keys
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: true,
|
escapeValue: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue