mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(l10n): add Persian translation to UI
This commit is contained in:
parent
f2d3beb67e
commit
76df9a4535
|
@ -112,6 +112,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
|
||||||
translations/eo.ts
|
translations/eo.ts
|
||||||
translations/es.ts
|
translations/es.ts
|
||||||
translations/et.ts
|
translations/et.ts
|
||||||
|
translations/fa.ts
|
||||||
translations/fi.ts
|
translations/fi.ts
|
||||||
translations/fr.ts
|
translations/fr.ts
|
||||||
translations/he.ts
|
translations/he.ts
|
||||||
|
|
|
@ -48,6 +48,7 @@ static QStringList locales = {
|
||||||
"en",
|
"en",
|
||||||
"es",
|
"es",
|
||||||
"eo",
|
"eo",
|
||||||
|
"fa",
|
||||||
"fr",
|
"fr",
|
||||||
"ko",
|
"ko",
|
||||||
"he",
|
"he",
|
||||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -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)
|
[Ελληνικά](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)
|
[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)
|
[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)
|
[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/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)
|
[עברית](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
1
translations/i18n.pri
vendored
|
@ -11,6 +11,7 @@ TRANSLATIONS = \
|
||||||
translations/eo.ts \
|
translations/eo.ts \
|
||||||
translations/es.ts \
|
translations/es.ts \
|
||||||
translations/et.ts \
|
translations/et.ts \
|
||||||
|
translations/fa.ts \
|
||||||
translations/fi.ts \
|
translations/fi.ts \
|
||||||
translations/fr.ts \
|
translations/fr.ts \
|
||||||
translations/he.ts \
|
translations/he.ts \
|
||||||
|
|
1
translations/translations.qrc
vendored
1
translations/translations.qrc
vendored
|
@ -10,6 +10,7 @@
|
||||||
<file>eo.qm</file>
|
<file>eo.qm</file>
|
||||||
<file>es.qm</file>
|
<file>es.qm</file>
|
||||||
<file>et.qm</file>
|
<file>et.qm</file>
|
||||||
|
<file>fa.qm</file>
|
||||||
<file>fi.qm</file>
|
<file>fi.qm</file>
|
||||||
<file>fr.qm</file>
|
<file>fr.qm</file>
|
||||||
<file>he.qm</file>
|
<file>he.qm</file>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user