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

feat(l10n): add Pirate translation to UI

This commit is contained in:
Zetok Zalbavar 2016-12-16 08:30:30 +00:00 committed by Diadlo
parent c75f0b74a2
commit 93feae0c95
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
4 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<file>translations/no_nb.qm</file>
<file>translations/lt.qm</file>
<file>translations/pl.qm</file>
<file>translations/pr.qm</file>
<file>translations/pt.qm</file>
<file>translations/ru.qm</file>
<file>translations/sk.qm</file>

View File

@ -58,6 +58,7 @@ static QStringList locales = {"ar",
"nl",
"ja",
"no_nb",
"pr",
"pl",
"pt",
"ru",
@ -92,6 +93,7 @@ static QStringList langs = {"Arabic",
"Nederlands",
"日本語",
"Norsk Bokmål",
"Pirate",
"Polski",
"Português",
"Русский",

View File

@ -33,6 +33,7 @@ Language | Status
[Nederlands](https://hosted.weblate.org/engage/tox/nl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/nl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/nl/?utm_source=widget)
[日本語](https://hosted.weblate.org/engage/tox/ja/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ja/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ja/?utm_source=widget)
[Norsk Bokmål](https://hosted.weblate.org/engage/tox/no_NB/) | [![Translation status](https://hosted.weblate.org/widgets/tox/no_NB/svg-badge.svg)](https://hosted.weblate.org/engage/tox/no_NB/?utm_source=widget)
[Pirate](https://hosted.weblate.org/engage/tox/pr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/pr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/pr/?utm_source=widget)
[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)

View File

@ -24,6 +24,7 @@ TRANSLATIONS = \
translations/no_nb.ts \
translations/lt.ts \
translations/pl.ts \
translations/pr.ts \
translations/pt.ts \
translations/ru.ts \
translations/sk.ts \