New Interface (initial commit)

This commit is contained in:
coolcoala
2025-07-04 02:28:27 +03:00
parent 4435a5aee4
commit 686490ded1
121 changed files with 12852 additions and 13274 deletions

View File

@@ -21,8 +21,8 @@ const resources = Object.fromEntries(
i18n.use(initReactI18next).init({
resources,
lng: "zh",
fallbackLng: "zh",
lng: "ru",
fallbackLng: "ru",
interpolation: {
escapeValue: false,
},