Translations: Add korean translation

This commit is contained in:
theresa 2021-01-30 12:02:07 +01:00
parent 4765c1d079
commit 303b57104c
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -116,6 +116,11 @@ export const Languages = () => [
translated: $gettext("Hindi"),
value: "hi",
},
{
text: "한국어",
translated: $gettext("Korean"),
value: "ko",
},
{
text: "Nederlands",
translated: $gettext("Dutch"),