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:
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,10 @@ export const supportedLanguages = [
|
||||
locale: "en",
|
||||
name: "English",
|
||||
},
|
||||
{
|
||||
locale: "de",
|
||||
name: "Deutsch",
|
||||
},
|
||||
{
|
||||
locale: "fr",
|
||||
name: "Français",
|
||||
|
||||
Reference in New Issue
Block a user