fix(i18n): fixed i18n load

This commit is contained in:
Slincnik 2025-01-10 21:23:53 +03:00
parent de46344ccf
commit e8606e4977
No known key found for this signature in database

View file

@ -53,6 +53,8 @@ export default class InternationalizationService {
},
debug: this.client.configService.get("production") ? false : true,
fallbackLng: this.options.defaultLanguage,
interpolation: { escapeValue: false },
load: "currentOnly",
preload: languages,
ns: namespaces,
defaultNS: namespaces[0],