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
+5
View File
@@ -44,6 +44,11 @@ export default defineNuxtConfig({
language: 'fr-FR',
name: 'Français',
},
{
code: 'de',
language: 'de-DE',
name: 'Deutsch',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',