Translation: Add danish to options.js and update translations.json

This commit is contained in:
theresa 2021-03-01 19:34:32 +01:00
parent f2ead3d51c
commit f5e41c9350
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -90,6 +90,11 @@ export const Languages = () => [
translated: $gettext("Czech"),
value: "cs",
},
{
text: "Dansk",
translated: $gettext("Danish"),
value: "da",
},
{
text: "Deutsch",
translated: $gettext("German"),