Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion desktop/renderer-app/src/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import I18nextBrowserLanguageDetector from "i18next-browser-languagedetector";
import { initReactI18next } from "react-i18next";

const messages: Resource = {
// @TODO wait until en translation completes
en: { translation: en },
"zh-CN": { translation: zhCN },
};
Expand Down
4 changes: 0 additions & 4 deletions web/flat-web/src/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ void i18next
interpolation: {
escapeValue: false, // react already safes from xss
},
detection: {
// don't remember last language detection result
caches: [],
},
});

/**
Expand Down