Translation: Add danish to options.js and update translations.json
This commit is contained in:
parent
f2ead3d51c
commit
f5e41c9350
2 changed files with 6 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -90,6 +90,11 @@ export const Languages = () => [
|
|||
translated: $gettext("Czech"),
|
||||
value: "cs",
|
||||
},
|
||||
{
|
||||
text: "Dansk",
|
||||
translated: $gettext("Danish"),
|
||||
value: "da",
|
||||
},
|
||||
{
|
||||
text: "Deutsch",
|
||||
translated: $gettext("German"),
|
||||
|
|
Loading…
Reference in a new issue