Merge main: keep both ru and uk in the language list
This commit is contained in:
@@ -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 },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user