feat: i18n de-DE (#206)
This commit is contained in:
parent
c5afa9d579
commit
b118313b6f
3 changed files with 33 additions and 0 deletions
|
@ -10,6 +10,10 @@ const languageList = [
|
|||
value: 'en-US',
|
||||
label: 'English',
|
||||
},
|
||||
{
|
||||
value: 'de-DE',
|
||||
label: 'Deutsch',
|
||||
},
|
||||
{
|
||||
value: 'zh-CN',
|
||||
label: '简体中文',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue