mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(l10n): add Swahili translation to interface and docs
This commit is contained in:
parent
f28e136ec4
commit
8b67132337
1
res.qrc
1
res.qrc
|
@ -70,6 +70,7 @@
|
||||||
<file>translations/sk.qm</file>
|
<file>translations/sk.qm</file>
|
||||||
<file>translations/sl.qm</file>
|
<file>translations/sl.qm</file>
|
||||||
<file>translations/sv.qm</file>
|
<file>translations/sv.qm</file>
|
||||||
|
<file>translations/sw.qm</file>
|
||||||
<file>translations/tr.qm</file>
|
<file>translations/tr.qm</file>
|
||||||
<file>translations/ug.qm</file>
|
<file>translations/ug.qm</file>
|
||||||
<file>translations/uk.qm</file>
|
<file>translations/uk.qm</file>
|
||||||
|
|
|
@ -51,6 +51,7 @@ static QStringList locales = {"ar",
|
||||||
"he",
|
"he",
|
||||||
"hr",
|
"hr",
|
||||||
"it",
|
"it",
|
||||||
|
"sw",
|
||||||
"lt",
|
"lt",
|
||||||
"jbo",
|
"jbo",
|
||||||
"hu",
|
"hu",
|
||||||
|
@ -84,6 +85,7 @@ static QStringList langs = {"Arabic",
|
||||||
"עברית",
|
"עברית",
|
||||||
"Hrvatski",
|
"Hrvatski",
|
||||||
"Italiano",
|
"Italiano",
|
||||||
|
"Kiswahili",
|
||||||
"Lietuvių",
|
"Lietuvių",
|
||||||
"Lojban",
|
"Lojban",
|
||||||
"Magyar",
|
"Magyar",
|
||||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -26,6 +26,7 @@ Language | Status
|
||||||
[עברית](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)
|
[עברית](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)
|
[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)
|
||||||
[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)
|
[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)
|
||||||
|
[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)
|
||||||
[Lietuvių](https://hosted.weblate.org/engage/tox/lt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/lt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/lt/?utm_source=widget)
|
[Lietuvių](https://hosted.weblate.org/engage/tox/lt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/lt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/lt/?utm_source=widget)
|
||||||
[Lojban](https://hosted.weblate.org/engage/tox/jbo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/jbo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/jbo/?utm_source=widget)
|
[Lojban](https://hosted.weblate.org/engage/tox/jbo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/jbo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/jbo/?utm_source=widget)
|
||||||
[Magyar](https://hosted.weblate.org/engage/tox/hu/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hu/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hu/?utm_source=widget)
|
[Magyar](https://hosted.weblate.org/engage/tox/hu/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hu/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hu/?utm_source=widget)
|
||||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -29,6 +29,7 @@ TRANSLATIONS = \
|
||||||
translations/sk.ts \
|
translations/sk.ts \
|
||||||
translations/sl.ts \
|
translations/sl.ts \
|
||||||
translations/sv.ts \
|
translations/sv.ts \
|
||||||
|
translations/sw.ts \
|
||||||
translations/tr.ts \
|
translations/tr.ts \
|
||||||
translations/ug.ts \
|
translations/ug.ts \
|
||||||
translations/uk.ts \
|
translations/uk.ts \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user