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