mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(l10n): Add Urdu and Icelandic translations
This commit is contained in:
parent
3fcbfd63bc
commit
188fe340f2
|
@ -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"
|
||||
|
|
2
translations/CMakeLists.txt
vendored
2
translations/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
2
translations/README.md
vendored
2
translations/README.md
vendored
|
@ -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)
|
||||
|
|
2
translations/i18n.pri
vendored
2
translations/i18n.pri
vendored
|
@ -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
|
||||
|
|
2
translations/translations.qrc
vendored
2
translations/translations.qrc
vendored
|
@ -18,6 +18,7 @@
|
|||
<file>he.qm</file>
|
||||
<file>hr.qm</file>
|
||||
<file>hu.qm</file>
|
||||
<file>is.qm</file>
|
||||
<file>it.qm</file>
|
||||
<file>ja.qm</file>
|
||||
<file>jbo.qm</file>
|
||||
|
@ -44,6 +45,7 @@
|
|||
<file>ta.qm</file>
|
||||
<file>tr.qm</file>
|
||||
<file>ug.qm</file>
|
||||
<file>ur.qm</file>
|
||||
<file>uk.qm</file>
|
||||
<file>zh_CN.qm</file>
|
||||
<file>zh_TW.qm</file>
|
||||
|
|
Loading…
Reference in New Issue
Block a user