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:
parent
ad176260d5
commit
52ae7093f7
1
res.qrc
1
res.qrc
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -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)
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user