From 1a06f85d3ccc91ff6f759a38534483fa40aaaa29 Mon Sep 17 00:00:00 2001 From: sudden6 Date: Thu, 11 Jan 2018 22:19:39 +0100 Subject: [PATCH] feat(l10n): add Macedonian translation --- CMakeLists.txt | 1 + src/widget/form/settings/generalform.cpp | 1 + translations/README.md | 1 + translations/i18n.pri | 1 + translations/translations.qrc | 1 + 5 files changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0e97cbf73..ef2ba42d08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,6 +125,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES translations/jbo.ts translations/ko.ts translations/lt.ts + translations/mk.ts translations/nl.ts translations/no_nb.ts translations/pl.ts diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp index a75faa817d..c3703ce470 100644 --- a/src/widget/form/settings/generalform.cpp +++ b/src/widget/form/settings/generalform.cpp @@ -58,6 +58,7 @@ static QStringList locales = { "lt", "jbo", "hu", + "mk", "nl", "ja", "no_nb", diff --git a/translations/README.md b/translations/README.md index 58467047a6..6e43f78a34 100644 --- a/translations/README.md +++ b/translations/README.md @@ -27,6 +27,7 @@ Language | Status [Lietuvių](https://hosted.weblate.org/engage/tox/lt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/lt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/lt/?utm_source=widget) [Lojban](https://hosted.weblate.org/engage/tox/jbo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/jbo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/jbo/?utm_source=widget) [Magyar](https://hosted.weblate.org/engage/tox/hu/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hu/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hu/?utm_source=widget) +[Makedonski jazik](https://hosted.weblate.org/engage/tox/mk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/mk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/mk/?utm_source=widget) [Nederlands](https://hosted.weblate.org/engage/tox/nl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/nl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/nl/?utm_source=widget) [日本語](https://hosted.weblate.org/engage/tox/ja/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ja/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ja/?utm_source=widget) [Norsk Bokmål](https://hosted.weblate.org/engage/tox/no_NB/) | [![Translation status](https://hosted.weblate.org/widgets/tox/no_NB/svg-badge.svg)](https://hosted.weblate.org/engage/tox/no_NB/?utm_source=widget) diff --git a/translations/i18n.pri b/translations/i18n.pri index 46b4ba84a6..27493dfd2a 100644 --- a/translations/i18n.pri +++ b/translations/i18n.pri @@ -21,6 +21,7 @@ TRANSLATIONS = \ translations/ja.ts \ translations/jbo.ts \ translations/ko.ts \ + translations/mk.ts \ translations/nl.ts \ translations/no_nb.ts \ translations/lt.ts \ diff --git a/translations/translations.qrc b/translations/translations.qrc index 6dac982729..e6dbafde26 100644 --- a/translations/translations.qrc +++ b/translations/translations.qrc @@ -21,6 +21,7 @@ jbo.qm ko.qm lt.qm + mk.qm nl.qm no_nb.qm pl.qm