Feat: Add german translations (#5866)

### What problem does this PR solve?

Add Support for german language 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Philipp Rien
2025-03-11 09:13:58 +01:00
committed by GitHub
parent 1abf03351d
commit 8250b9f6b0
6 changed files with 1200 additions and 1 deletions

View File

@ -13,6 +13,7 @@ function UserSettingLocale() {
'zh-TRADITIONAL',
'ja',
'pt-br',
'German',
]}
/>
);