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" } ]} />