feat(i18n): added German translation (#1038)

* feat(i18n): German translation

* more

* more

* more

* rest
This commit is contained in:
steffenrapp 2024-05-10 10:57:42 +02:00 committed by GitHub
parent 221ddfa75c
commit 2c2fb216e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 456 additions and 0 deletions

View file

@ -3,6 +3,7 @@ const { availableLocales, locale } = useI18n();
const localesLong: Record<string, string> = {
en: 'English',
de: 'Deutsch',
es: 'Español',
fr: 'Français',
pt: 'Português',