feat: i18n de-DE (#206)

This commit is contained in:
Shinigami 2022-11-28 17:41:58 +01:00 committed by GitHub
parent c5afa9d579
commit b118313b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View file

@ -10,6 +10,10 @@ const languageList = [
value: 'en-US',
label: 'English',
},
{
value: 'de-DE',
label: 'Deutsch',
},
{
value: 'zh-CN',
label: '简体中文',