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