1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(l10n): add Uighur language to UI

This commit is contained in:
Zetok Zalbavar 2016-07-19 19:16:55 +01:00
parent 3ee8f72a6c
commit 9301512936
No known key found for this signature in database
GPG Key ID: C953D3880212068A
4 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,7 @@
<file>translations/sl.qm</file>
<file>translations/sv.qm</file>
<file>translations/tr.qm</file>
<file>translations/ug.qm</file>
<file>translations/uk.qm</file>
<file>translations/zh.qm</file>
<file>ui/fileTransferWidget/fileDone.svg</file>

View File

@ -66,6 +66,7 @@ static QStringList locales = {"ar",
"fi",
"sv",
"tr",
"ug",
"uk",
"zh"};
static QStringList langs = {"Arabic",
@ -95,6 +96,7 @@ static QStringList langs = {"Arabic",
"Suomi",
"Svenska",
"Türkçe",
"ئۇيغۇرچە",
"Українська",
"简体中文"};

View File

@ -37,5 +37,6 @@ Language | Status
[Suomi](https://hosted.weblate.org/engage/tox/fi/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fi/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fi/?utm_source=widget)
[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)
[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/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/) | [![Translation status](https://hosted.weblate.org/widgets/tox/zh/svg-badge.svg)](https://hosted.weblate.org/engage/tox/zh/?utm_source=widget)

View File

@ -27,6 +27,7 @@ TRANSLATIONS = \
translations/sl.ts \
translations/sv.ts \
translations/tr.ts \
translations/ug.ts \
translations/uk.ts \
translations/zh.ts