diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp index 57addabe8..b4f7a343e 100644 --- a/src/widget/form/settings/generalform.cpp +++ b/src/widget/form/settings/generalform.cpp @@ -56,6 +56,7 @@ static QStringList locales = { "he", "hr", "it", + "is", "si", "sq", "sw", @@ -81,6 +82,7 @@ static QStringList locales = { "ta", "tr", "ug", + "ur", "uk", "zh_CN", "zh_TW" diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index 5c546541d..d0fbfa9ce 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -35,6 +35,7 @@ qt5_add_translation(translations_FILES hr.ts hu.ts it.ts + is.ts ja.ts jbo.ts kn.ts @@ -60,6 +61,7 @@ qt5_add_translation(translations_FILES ta.ts tr.ts ug.ts + ur.ts uk.ts zh_CN.ts zh_TW.ts diff --git a/translations/README.md b/translations/README.md index 1eb98f9da..50c6f35cf 100644 --- a/translations/README.md +++ b/translations/README.md @@ -24,6 +24,7 @@ Language | Status [한국어](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) +[Íslenska](https://hosted.weblate.org/engage/tox/is/) | [![Translation status](https://hosted.weblate.org/widgets/tox/is/svg-badge.svg)](https://hosted.weblate.org/engage/tox/is/?) [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) [ಕನ್ನಡ](https://hosted.weblate.org/engage/tox/kn/) | [![Translation status](https://hosted.weblate.org/widgets/tox/kn/svg-badge.svg)](https://hosted.weblate.org/engage/tox/kn/?utm_source=widget) [Kiswahili](https://hosted.weblate.org/engage/tox/sw/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sw/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sw/?utm_source=widget) @@ -50,6 +51,7 @@ Language | Status [Svenska](https://hosted.weblate.org/engage/tox/sv/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sv/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sv/?utm_source=widget) [தமிழ்](https://hosted.weblate.org/engage/tox/ta/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ta/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ta/?utm_source=widget) [Türkçe](https://hosted.weblate.org/engage/tox/tr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/tr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/tr/?utm_source=widget) +[اُردُو](https://hosted.weblate.org/engage/tox/ur/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ur/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ur/?utm_source=widget) [ئۇيغۇرچە](https://hosted.weblate.org/engage/tox/ug/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ug/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ug/?utm_source=widget) [Українська](https://hosted.weblate.org/engage/tox/uk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/uk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/uk/?utm_source=widget) [中文(中国)](https://hosted.weblate.org/engage/tox/zh_CN/) | [![Translation status](https://hosted.weblate.org/widgets/tox/zh_CN/svg-badge.svg)](https://hosted.weblate.org/engage/tox/zh_CN/?utm_source=widget) diff --git a/translations/i18n.pri b/translations/i18n.pri index bfe7d40ac..08d236d37 100644 --- a/translations/i18n.pri +++ b/translations/i18n.pri @@ -19,6 +19,7 @@ TRANSLATIONS = \ translations/he.ts \ translations/hr.ts \ translations/hu.ts \ + translations/is.ts \ translations/it.ts \ translations/ja.ts \ translations/jbo.ts \ @@ -45,6 +46,7 @@ TRANSLATIONS = \ translations/ta.ts \ translations/tr.ts \ translations/ug.ts \ + translations/ur.ts \ translations/uk.ts \ translations/zh_CN.ts \ translations/zh_TW.ts diff --git a/translations/translations.qrc b/translations/translations.qrc index 1ff1aa3f6..6fb7e3edd 100644 --- a/translations/translations.qrc +++ b/translations/translations.qrc @@ -18,6 +18,7 @@ he.qm hr.qm hu.qm + is.qm it.qm ja.qm jbo.qm @@ -44,6 +45,7 @@ ta.qm tr.qm ug.qm + ur.qm uk.qm zh_CN.qm zh_TW.qm