add german
This commit is contained in:
parent
29748cf114
commit
798d8e7a14
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
export const languages: Record<string, string> = {
|
export const languages: Record<string, string> = {
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
'es': 'Español',
|
'es': 'Español',
|
||||||
|
'de': 'Deutsch',
|
||||||
'fr': 'Français',
|
'fr': 'Français',
|
||||||
'nl': 'Nederlands',
|
'nl': 'Nederlands',
|
||||||
'pt-BR': 'Português (Brasil)',
|
'pt-BR': 'Português (Brasil)',
|
||||||
|
|
Loading…
Reference in a new issue