1
0
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:
Zetok Zalbavar 2016-12-07 16:43:26 +00:00
parent f28e136ec4
commit 8b67132337
No known key found for this signature in database
GPG Key ID: C953D3880212068A
4 changed files with 5 additions and 0 deletions

View File

@ -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>

View 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",

View File

@ -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)

View File

@ -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 \