Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(l10n): add Pirate translation to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok authored and Diadlo committed Dec 16, 2016
1 parent c75f0b7 commit 93feae0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/widget/form/settings/generalform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static QStringList locales = {"ar",
"nl",
"ja",
"no_nb",
"pr",
"pl",
"pt",
"ru",
Expand Down Expand Up @@ -92,6 +93,7 @@ static QStringList langs = {"Arabic",
"Nederlands",
"日本語",
"Norsk Bokmål",
"Pirate",
"Polski",
"Português",
"Русский",
Expand Down
1 change: 1 addition & 0 deletions translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions translations/i18n.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 93feae0

Please sign in to comment.