summaryrefslogtreecommitdiff
path: root/front/src/Locales/ru_RU.ts
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-11 16:40:22 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-11 16:40:22 +0500
commit5d2c8369389013895264caf16e71d44bddabb22c (patch)
treec4c9556cce9b25d2a852d32f8e2624c2ff19041b /front/src/Locales/ru_RU.ts
parentae614c0d1174d3b5527f1fb3dc6e339d7ad6a10b (diff)
Language toggle
Diffstat (limited to 'front/src/Locales/ru_RU.ts')
-rw-r--r--front/src/Locales/ru_RU.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/front/src/Locales/ru_RU.ts b/front/src/Locales/ru_RU.ts
new file mode 100644
index 0000000..fe1df70
--- /dev/null
+++ b/front/src/Locales/ru_RU.ts
@@ -0,0 +1,10 @@
+import Language from "./Language";
+
+const lang = new Language();
+lang.LocalizedStrings = new Map<string, string>([
+ ["index", "главная"],
+ ["classes", "классы"],
+ ["contents", "содержание"],
+]);
+
+export default lang;