Show German translations

Unleash @mynetx's German translations into the ~~wild~~ Upscayl Office!
This commit is contained in:
Aaron Liu
2025-01-09 16:15:04 -05:00
parent ac9d3462b8
commit 14fefddca8
2 changed files with 5 additions and 2 deletions

View File

@@ -8,9 +8,10 @@ const locales = {
zh: "简体中文",
es: "Español",
fr: "Français",
de: "Deutsch",
vi: "Tiếng Việt",
id: "Bahasa Indonesia",
pt: "Português (Portugal)",
id: "Bahasa Indonesia",
};
const LanguageSwitcher = ({ hideLabel = false }: { hideLabel?: boolean }) => {