mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 15:51:13 +10:00
fix: only load current language
This commit is contained in:
@ -15,6 +15,7 @@ i18n
|
|||||||
.init({
|
.init({
|
||||||
fallbackLng: "en-US",
|
fallbackLng: "en-US",
|
||||||
debug: true,
|
debug: true,
|
||||||
|
load: 'currentOnly',
|
||||||
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false, // not needed for react as it escapes by default
|
escapeValue: false, // not needed for react as it escapes by default
|
||||||
|
|||||||
Reference in New Issue
Block a user