We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f40b1 commit 17a2be7Copy full SHA for 17a2be7
src/i18n.js
@@ -1,6 +1,7 @@
1
import i18next from "i18next";
2
import translations from "./locales/index.js";
3
i18next.init({
4
+ lng: "ru",
5
resources: translations,
6
fallbackLng: "ru",
7
supportedLngs: ["en", "ru"],
0 commit comments