Add german translations (#1889)

This commit is contained in:
Pascal Dietrich
2025-06-26 16:05:44 +02:00
committed by GitHub
parent be26db63ca
commit 6c52301a64
3 changed files with 244 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
import en from './locales/en.json';
import uk from './locales/uk.json';
import fr from './locales/fr.json';
import de from './locales/de.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -9,5 +10,6 @@ export default defineI18nConfig(() => ({
en,
uk,
fr,
de,
},
}));