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:
parent
3ee8f72a6c
commit
9301512936
1
res.qrc
1
res.qrc
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
"ئۇيغۇرچە",
|
||||
"Українська",
|
||||
"简体中文"};
|
||||
|
||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -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)
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -27,6 +27,7 @@ TRANSLATIONS = \
|
|||
translations/sl.ts \
|
||||
translations/sv.ts \
|
||||
translations/tr.ts \
|
||||
translations/ug.ts \
|
||||
translations/uk.ts \
|
||||
translations/zh.ts
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user