1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(l10n): add Serbian translation to UI

This commit is contained in:
Zetok Zalbavar 2017-10-29 09:25:28 +00:00
parent 17c0048792
commit 3c4b1f117d
No known key found for this signature in database
GPG Key ID: C953D3880212068A
5 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
translations/ru.ts translations/ru.ts
translations/sk.ts translations/sk.ts
translations/sl.ts translations/sl.ts
translations/sr.ts
translations/sv.ts translations/sv.ts
translations/sw.ts translations/sw.ts
translations/ta.ts translations/ta.ts

View File

@ -68,6 +68,7 @@ static QStringList locales = {
"ru", "ru",
"sk", "sk",
"sl", "sl",
"sr",
"fi", "fi",
"sv", "sv",
"ta", "ta",

View File

@ -41,6 +41,7 @@ Language | Status
[Русский](https://hosted.weblate.org/engage/tox/ru/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ru/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ru/?utm_source=widget) [Русский](https://hosted.weblate.org/engage/tox/ru/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ru/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ru/?utm_source=widget)
[Slovenčina](https://hosted.weblate.org/engage/tox/sk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sk/?utm_source=widget) [Slovenčina](https://hosted.weblate.org/engage/tox/sk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sk/?utm_source=widget)
[Slovenščina](https://hosted.weblate.org/engage/tox/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?utm_source=widget) [Slovenščina](https://hosted.weblate.org/engage/tox/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?utm_source=widget)
[Српски](https://hosted.weblate.org/engage/tox/sr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sr/?utm_source=widget)
[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) [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) [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) [தமிழ்](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)

View File

@ -31,6 +31,7 @@ TRANSLATIONS = \
translations/ru.ts \ translations/ru.ts \
translations/sk.ts \ translations/sk.ts \
translations/sl.ts \ translations/sl.ts \
translations/sr.ts \
translations/sv.ts \ translations/sv.ts \
translations/sw.ts \ translations/sw.ts \
translations/ta.ts \ translations/ta.ts \

View File

@ -30,6 +30,7 @@
<file>ru.qm</file> <file>ru.qm</file>
<file>sk.qm</file> <file>sk.qm</file>
<file>sl.qm</file> <file>sl.qm</file>
<file>sr.qm</file>
<file>sv.qm</file> <file>sv.qm</file>
<file>sw.qm</file> <file>sw.qm</file>
<file>ta.qm</file> <file>ta.qm</file>