feat: i18n de-DE (#206)
This commit is contained in:
parent
c5afa9d579
commit
b118313b6f
3 changed files with 33 additions and 0 deletions
|
@ -72,6 +72,11 @@ export default defineNuxtConfig({
|
|||
file: 'en-US.json',
|
||||
name: 'English',
|
||||
},
|
||||
{
|
||||
code: 'de-DE',
|
||||
file: 'de-DE.json',
|
||||
name: 'Deutsch',
|
||||
},
|
||||
{
|
||||
code: 'zh-CN',
|
||||
file: 'zh-CN.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue