chore: add ru-RU, bg-BG and cs-CZ locales

This commit is contained in:
Kolin
2026-01-19 08:48:30 +01:00
committed by Owen Schwartz
parent 8e1fd4474f
commit 5743c0bb72

View File

@@ -60,6 +60,18 @@ export default function LocaleSwitcher() {
{ {
value: "zh-TW", value: "zh-TW",
label: "繁體中文" label: "繁體中文"
},
{
value: "ru-RU",
label: "Русский"
},
{
value: "bg-BG",
label: "Български"
},
{
value: "cs-CZ",
label: "Čeština"
} }
]} ]}
/> />