We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e2ebd commit 3756eddCopy full SHA for 3756edd
desktop/renderer-app/src/utils/i18n.ts
@@ -5,7 +5,6 @@ import I18nextBrowserLanguageDetector from "i18next-browser-languagedetector";
5
import { initReactI18next } from "react-i18next";
6
7
const messages: Resource = {
8
- // @TODO wait until en translation completes
9
en: { translation: en },
10
"zh-CN": { translation: zhCN },
11
};
web/flat-web/src/utils/i18n.ts
@@ -19,10 +19,6 @@ void i18next
19
interpolation: {
20
escapeValue: false, // react already safes from xss
21
},
22
- detection: {
23
- // don't remember last language detection result
24
- caches: [],
25
- },
26
});
27
28
/**
0 commit comments