Browse Source

feat(l10n): add Tamil translation to UI

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

1
CMakeLists.txt

@ -130,6 +130,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
translations/sl.ts translations/sl.ts
translations/sv.ts translations/sv.ts
translations/sw.ts translations/sw.ts
translations/ta.ts
translations/tr.ts translations/tr.ts
translations/ug.ts translations/ug.ts
translations/uk.ts translations/uk.ts

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

@ -69,6 +69,7 @@ static QStringList locales = {
"sl", "sl",
"fi", "fi",
"sv", "sv",
"ta",
"tr", "tr",
"ug", "ug",
"uk", "uk",
@ -108,6 +109,7 @@ static QStringList langs = {
"Slovenščina", "Slovenščina",
"Suomi", "Suomi",
"Svenska", "Svenska",
"தமி",
"Türkçe", "Türkçe",
"ئۇيغۇرچە", "ئۇيغۇرچە",
"Українська", "Українська",

1
translations/README.md vendored

@ -42,6 +42,7 @@ Language | Status
[Slovenščina](https://hosted.weblate.org/engage/tox/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?utm_source=widget) [Slovenščina](https://hosted.weblate.org/engage/tox/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?utm_source=widget)
[Suomi](https://hosted.weblate.org/engage/tox/fi/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fi/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fi/?utm_source=widget) [Suomi](https://hosted.weblate.org/engage/tox/fi/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fi/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fi/?utm_source=widget)
[Svenska](https://hosted.weblate.org/engage/tox/sv/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sv/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sv/?utm_source=widget) [Svenska](https://hosted.weblate.org/engage/tox/sv/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sv/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sv/?utm_source=widget)
[தமி](https://hosted.weblate.org/engage/tox/ta/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ta/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ta/?utm_source=widget)
[Türkçe](https://hosted.weblate.org/engage/tox/tr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/tr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/tr/?utm_source=widget) [Türkçe](https://hosted.weblate.org/engage/tox/tr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/tr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/tr/?utm_source=widget)
[ئۇيغۇرچە](https://hosted.weblate.org/engage/tox/ug/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ug/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ug/?utm_source=widget) [ئۇيغۇرچە](https://hosted.weblate.org/engage/tox/ug/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ug/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ug/?utm_source=widget)
[Українська](https://hosted.weblate.org/engage/tox/uk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/uk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/uk/?utm_source=widget) [Українська](https://hosted.weblate.org/engage/tox/uk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/uk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/uk/?utm_source=widget)

1
translations/i18n.pri vendored

@ -32,6 +32,7 @@ TRANSLATIONS = \
translations/sl.ts \ translations/sl.ts \
translations/sv.ts \ translations/sv.ts \
translations/sw.ts \ translations/sw.ts \
translations/ta.ts \
translations/tr.ts \ translations/tr.ts \
translations/ug.ts \ translations/ug.ts \
translations/uk.ts \ translations/uk.ts \

1
translations/translations.qrc vendored

@ -31,6 +31,7 @@
<file>sl.qm</file> <file>sl.qm</file>
<file>sv.qm</file> <file>sv.qm</file>
<file>sw.qm</file> <file>sw.qm</file>
<file>ta.qm</file>
<file>tr.qm</file> <file>tr.qm</file>
<file>ug.qm</file> <file>ug.qm</file>
<file>uk.qm</file> <file>uk.qm</file>

Loading…
Cancel
Save