mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
f938fef233
commit
1df9f5726d
|
@ -112,7 +112,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
|
|||
translations/tr.ts
|
||||
translations/ug.ts
|
||||
translations/uk.ts
|
||||
translations/zh.ts
|
||||
translations/zh_CN.ts
|
||||
)
|
||||
|
||||
qt5_add_resources(
|
||||
|
|
|
@ -69,7 +69,7 @@ static QStringList locales = {"ar",
|
|||
"tr",
|
||||
"ug",
|
||||
"uk",
|
||||
"zh"};
|
||||
"zh_CN"};
|
||||
static QStringList langs = {"Arabic",
|
||||
"Беларуская",
|
||||
"Български",
|
||||
|
@ -104,7 +104,7 @@ static QStringList langs = {"Arabic",
|
|||
"Türkçe",
|
||||
"ئۇيغۇرچە",
|
||||
"Українська",
|
||||
"简体中文"};
|
||||
"中文(中国)"};
|
||||
|
||||
/**
|
||||
* @class GeneralForm
|
||||
|
|
2
translations/README.md
vendored
2
translations/README.md
vendored
|
@ -44,4 +44,4 @@ Language | Status
|
|||
[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)
|
||||
[简体中文](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)
|
||||
|
|
2
translations/i18n.pri
vendored
2
translations/i18n.pri
vendored
|
@ -34,7 +34,7 @@ TRANSLATIONS = \
|
|||
translations/tr.ts \
|
||||
translations/ug.ts \
|
||||
translations/uk.ts \
|
||||
translations/zh.ts
|
||||
translations/zh_CN.ts
|
||||
|
||||
#rules to generate ts
|
||||
isEmpty(QMAKE_LUPDATE) {
|
||||
|
|
2
translations/translations.qrc
vendored
2
translations/translations.qrc
vendored
|
@ -33,6 +33,6 @@
|
|||
<file>tr.qm</file>
|
||||
<file>ug.qm</file>
|
||||
<file>uk.qm</file>
|
||||
<file>zh.qm</file>
|
||||
<file>zh_CN.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in New Issue
Block a user