From 447443c086bb479c9e6023d3866ae18770ff180c Mon Sep 17 00:00:00 2001 From: Dr_Perry_Coke <76223634+DrPerryCoke@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:37:05 +0300 Subject: [PATCH] Update i18n.ts --- client/src/i18n.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/i18n.ts b/client/src/i18n.ts index fb33e2c..bc07d2b 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -40,6 +40,11 @@ export const languages: { [key: string]: Language } = { countryCode: "pl", fullCode: "pl-PL", }, + ["ru"]: { + name: "Русский", + countryCode: "ru", + fullCode: "ru-RU", + }, } i18n