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 Macedonian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Jan 11, 2018
1 parent 4142033 commit 1a06f85
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 @@ -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
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 @@ -58,6 +58,7 @@ static QStringList locales = {
"lt",
"jbo",
"hu",
"mk",
"nl",
"ja",
"no_nb",
Expand Down
1 change: 1 addition & 0 deletions translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions translations/i18n.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions translations/translations.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1a06f85

Please sign in to comment.