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

feat(l10n): add Slovak translation to interface and docs

This commit is contained in:
Zetok Zalbavar 2016-10-26 13:02:00 +01:00
parent ad176260d5
commit 52ae7093f7
No known key found for this signature in database
GPG Key ID: C953D3880212068A
4 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,7 @@
<file>translations/pl.qm</file>
<file>translations/pt.qm</file>
<file>translations/ru.qm</file>
<file>translations/sk.qm</file>
<file>translations/sl.qm</file>
<file>translations/sv.qm</file>
<file>translations/tr.qm</file>

View File

@ -59,6 +59,7 @@ static QStringList locales = {"ar",
"pl",
"pt",
"ru",
"sk",
"sl",
"fi",
"sv",
@ -90,6 +91,7 @@ static QStringList langs = {"Arabic",
"Polski",
"Português",
"Русский",
"Slovenčina",
"Slovenščina",
"Suomi",
"Svenska",

View File

@ -34,6 +34,7 @@ Language | Status
[Polski](https://hosted.weblate.org/engage/tox/pl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/pl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/pl/?utm_source=widget)
[Português](https://hosted.weblate.org/engage/tox/pt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/pt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/pt/?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/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?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)

View File

@ -25,6 +25,7 @@ TRANSLATIONS = \
translations/pl.ts \
translations/pt.ts \
translations/ru.ts \
translations/sk.ts \
translations/sl.ts \
translations/sv.ts \
translations/tr.ts \