Browse Source

feat(l10n): add Macedonian translation

reviewable/pr4907/r4
sudden6 8 years ago
parent
commit
1a06f85d3c
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  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

@ -125,6 +125,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES @@ -125,6 +125,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
translations/jbo.ts
translations/ko.ts
translations/lt.ts
translations/mk.ts
translations/nl.ts
translations/no_nb.ts
translations/pl.ts

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

@ -58,6 +58,7 @@ static QStringList locales = { @@ -58,6 +58,7 @@ static QStringList locales = {
"lt",
"jbo",
"hu",
"mk",
"nl",
"ja",
"no_nb",

1
translations/README.md vendored

@ -27,6 +27,7 @@ Language | Status @@ -27,6 +27,7 @@ Language | Status
[Lietuvių](https://hosted.weblate.org/engage/tox/lt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/lt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/lt/?utm_source=widget)
[Lojban](https://hosted.weblate.org/engage/tox/jbo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/jbo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/jbo/?utm_source=widget)
[Magyar](https://hosted.weblate.org/engage/tox/hu/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hu/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hu/?utm_source=widget)
[Makedonski jazik](https://hosted.weblate.org/engage/tox/mk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/mk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/mk/?utm_source=widget)
[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)

1
translations/i18n.pri vendored

@ -21,6 +21,7 @@ TRANSLATIONS = \ @@ -21,6 +21,7 @@ TRANSLATIONS = \
translations/ja.ts \
translations/jbo.ts \
translations/ko.ts \
translations/mk.ts \
translations/nl.ts \
translations/no_nb.ts \
translations/lt.ts \

1
translations/translations.qrc vendored

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<file>jbo.qm</file>
<file>ko.qm</file>
<file>lt.qm</file>
<file>mk.qm</file>
<file>nl.qm</file>
<file>no_nb.qm</file>
<file>pl.qm</file>

Loading…
Cancel
Save