feat: add russian translation init

This commit is contained in:
WoWnik
2024-11-18 11:47:41 +03:00
parent da005bc511
commit cda66606ec
6 changed files with 50 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import Cookies from "js-cookie";
const SUPPORTED_LOCALES = ["en", "pl", "zh-Hans"] as const;
const SUPPORTED_LOCALES = ["en", "pl", "zh-Hans", "ru"] as const;
type Locale = (typeof SUPPORTED_LOCALES)[number];