Merge main: keep both ru and uk in the language list

This commit is contained in:
2026-08-31 13:08:46 -07:00
3 changed files with 905 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ export const UI_LANGUAGES: readonly UiLanguage[] = [
{ tag: "fr", name: "Français", beta: true },
{ tag: "nl", name: "Nederlands", beta: true },
{ tag: "pt-BR", name: "Português (Brasil)", beta: true },
{ tag: "ru", name: "Русский", beta: true },
{ tag: "uk", name: "Українська", beta: true },
];