Browse Source

feat(l10n): add Persian translation to UI

reviewable/pr4775/r1
Zetok Zalbavar 8 years ago
parent
commit
76df9a4535
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      CMakeLists.txt
  2. 1
      src/widget/form/settings/generalform.cpp
  3. 1
      translations/README.md
  4. 1
      translations/i18n.pri
  5. 1
      translations/translations.qrc

1
CMakeLists.txt

@ -112,6 +112,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES @@ -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

1
src/widget/form/settings/generalform.cpp

@ -48,6 +48,7 @@ static QStringList locales = { @@ -48,6 +48,7 @@ static QStringList locales = {
"en",
"es",
"eo",
"fa",
"fr",
"ko",
"he",

1
translations/README.md vendored

@ -21,6 +21,7 @@ Language | Status @@ -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)

1
translations/i18n.pri vendored

@ -11,6 +11,7 @@ TRANSLATIONS = \ @@ -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 \

1
translations/translations.qrc vendored

@ -10,6 +10,7 @@ @@ -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>

Loading…
Cancel
Save