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 Persian translation to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed Oct 29, 2017
1 parent f2d3beb commit 76df9a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
translations/eo.ts
translations/es.ts
translations/et.ts
translations/fa.ts
translations/fi.ts
translations/fr.ts
translations/he.ts
Expand Down
1 change: 1 addition & 0 deletions src/widget/form/settings/generalform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static QStringList locales = {
"en",
"es",
"eo",
"fa",
"fr",
"ko",
"he",
Expand Down
1 change: 1 addition & 0 deletions translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Language | Status
[Ελληνικά](https://hosted.weblate.org/engage/tox/el/) | [![Translation status](https://hosted.weblate.org/widgets/tox/el/svg-badge.svg)](https://hosted.weblate.org/engage/tox/el/?utm_source=widget)
[Español](https://hosted.weblate.org/engage/tox/es/) | [![Translation status](https://hosted.weblate.org/widgets/tox/es/svg-badge.svg)](https://hosted.weblate.org/engage/tox/es/?utm_source=widget)
[Esperanto](https://hosted.weblate.org/engage/tox/eo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/eo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/eo/?utm_source=widget)
[فارسی](https://hosted.weblate.org/engage/tox/fa/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fa/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fa/?utm_source=widget)
[Français](https://hosted.weblate.org/engage/tox/fr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fr/?utm_source=widget)
[한국어](https://hosted.weblate.org/engage/tox/ko/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ko/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ko/?utm_source=widget)
[עברית](https://hosted.weblate.org/engage/tox/he/) | [![Translation status](https://hosted.weblate.org/widgets/tox/he/svg-badge.svg)](https://hosted.weblate.org/engage/tox/he/?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 @@ -11,6 +11,7 @@ TRANSLATIONS = \
translations/eo.ts \
translations/es.ts \
translations/et.ts \
translations/fa.ts \
translations/fi.ts \
translations/fr.ts \
translations/he.ts \
Expand Down
1 change: 1 addition & 0 deletions translations/translations.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<file>eo.qm</file>
<file>es.qm</file>
<file>et.qm</file>
<file>fa.qm</file>
<file>fi.qm</file>
<file>fr.qm</file>
<file>he.qm</file>
Expand Down

0 comments on commit 76df9a4

Please sign in to comment.