mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-19 17:03:47 +05:00
fix(i18n): fixed i18n load
This commit is contained in:
parent
de46344ccf
commit
e8606e4977
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ export default class InternationalizationService {
|
||||||
},
|
},
|
||||||
debug: this.client.configService.get("production") ? false : true,
|
debug: this.client.configService.get("production") ? false : true,
|
||||||
fallbackLng: this.options.defaultLanguage,
|
fallbackLng: this.options.defaultLanguage,
|
||||||
|
interpolation: { escapeValue: false },
|
||||||
|
load: "currentOnly",
|
||||||
preload: languages,
|
preload: languages,
|
||||||
ns: namespaces,
|
ns: namespaces,
|
||||||
defaultNS: namespaces[0],
|
defaultNS: namespaces[0],
|
||||||
|
|
Loading…
Reference in a new issue