From 5267b19503a815a269b4cc7bc4fb77b270157467 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Mon, 28 Nov 2016 14:04:11 +0000 Subject: [PATCH] feat(l10n): add Korean translation to interface and docs --- res.qrc | 1 + src/widget/form/settings/generalform.cpp | 2 ++ translations/README.md | 1 + translations/i18n.pri | 1 + 4 files changed, 5 insertions(+) diff --git a/res.qrc b/res.qrc index d35b13499..3f4a2bf18 100644 --- a/res.qrc +++ b/res.qrc @@ -60,6 +60,7 @@ translations/it.qm translations/ja.qm translations/jbo.qm + translations/ko.qm translations/nl.qm translations/no_nb.qm translations/lt.qm diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp index 52cfe327a..c33043bbf 100644 --- a/src/widget/form/settings/generalform.cpp +++ b/src/widget/form/settings/generalform.cpp @@ -47,6 +47,7 @@ static QStringList locales = {"ar", "es", "eo", "fr", + "ko", "he", "hr", "it", @@ -79,6 +80,7 @@ static QStringList langs = {"Arabic", "Español", "Esperanto", "Français", + "한국어", "עברית", "Hrvatski", "Italiano", diff --git a/translations/README.md b/translations/README.md index 313d8cb58..02c1b9fe6 100644 --- a/translations/README.md +++ b/translations/README.md @@ -22,6 +22,7 @@ Language | Status [Español](https://hosted.weblate.org/engage/tox/es/) | [![Translation status](https://hosted.weblate.org/widgets/tox/es/svg-badge.svg)](https://hosted.weblate.org/engage/tox/es/?utm_source=widget) [Esperanto](https://hosted.weblate.org/engage/tox/eo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/eo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/eo/?utm_source=widget) [Français](https://hosted.weblate.org/engage/tox/fr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fr/?utm_source=widget) +[한국어](https://hosted.weblate.org/engage/tox/ko/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ko/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ko/?utm_source=widget) [עברית](https://hosted.weblate.org/engage/tox/he/) | [![Translation status](https://hosted.weblate.org/widgets/tox/he/svg-badge.svg)](https://hosted.weblate.org/engage/tox/he/?utm_source=widget) [Hrvatski](https://hosted.weblate.org/engage/tox/hr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hr/?utm_source=widget) [Italiano](https://hosted.weblate.org/engage/tox/it/) | [![Translation status](https://hosted.weblate.org/widgets/tox/it/svg-badge.svg)](https://hosted.weblate.org/engage/tox/it/?utm_source=widget) diff --git a/translations/i18n.pri b/translations/i18n.pri index b03019427..32ed814e6 100644 --- a/translations/i18n.pri +++ b/translations/i18n.pri @@ -19,6 +19,7 @@ TRANSLATIONS = \ translations/it.ts \ translations/ja.ts \ translations/jbo.ts \ + translations/ko.ts \ translations/nl.ts \ translations/no_nb.ts \ translations/lt.ts \