Merge main: keep both language entries

This commit is contained in:
2026-08-31 12:21:02 -07:00
7 changed files with 2625 additions and 10 deletions
+3
View File
@@ -38,6 +38,9 @@ export interface UiLanguage {
export const UI_LANGUAGES: readonly UiLanguage[] = [
{ tag: "en", name: "English" },
{ tag: "de", name: "Deutsch", beta: true },
{ tag: "es", name: "Español", beta: true },
{ tag: "fr", name: "Français", beta: true },
{ tag: "nl", name: "Nederlands", beta: true },
{ tag: "pt-BR", name: "Português (Brasil)", beta: true },
];