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:
parent
c75f0b74a2
commit
93feae0c95
1
res.qrc
1
res.qrc
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
"Русский",
|
||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -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)
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user