From 5743c0bb725a6df8d6afa956d7d91259720140dd Mon Sep 17 00:00:00 2001 From: Kolin <173069976+K0lin@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:48:30 +0100 Subject: [PATCH] chore: add ru-RU, bg-BG and cs-CZ locales --- src/components/LocaleSwitcher.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/LocaleSwitcher.tsx b/src/components/LocaleSwitcher.tsx index 90252870..6863b08f 100644 --- a/src/components/LocaleSwitcher.tsx +++ b/src/components/LocaleSwitcher.tsx @@ -60,6 +60,18 @@ export default function LocaleSwitcher() { { value: "zh-TW", label: "繁體中文" + }, + { + value: "ru-RU", + label: "Русский" + }, + { + value: "bg-BG", + label: "Български" + }, + { + value: "cs-CZ", + label: "Čeština" } ]} />