feat(admin-ui): Add German translation (#5267)

* Add German Translation for Admin UI

* Update packages/admin-ui/ui/src/i18n/index.ts

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
springstan
2023-10-05 00:13:18 +02:00
committed by GitHub
parent c73dbdd5bc
commit a9703bd370
2 changed files with 1928 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+4
View File
@@ -9,6 +9,10 @@ export const supportedLanguages = [
locale: "en",
name: "English",
},
{
locale: "de",
name: "Deutsch",
},
{
locale: "fr",
name: "Français",