Merge main: keep both language entries

This commit is contained in:
2026-08-31 12:16:11 -07:00
4 changed files with 888 additions and 10 deletions
+1
View File
@@ -38,6 +38,7 @@ export interface UiLanguage {
export const UI_LANGUAGES: readonly UiLanguage[] = [
{ tag: "en", name: "English" },
{ tag: "de", name: "Deutsch", beta: true },
{ tag: "fr", name: "Français", beta: true },
{ tag: "nl", name: "Nederlands", beta: true },
];