mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(l10n): add Macedonian translation
This commit is contained in:
parent
414203310a
commit
1a06f85d3c
|
@ -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
|
||||
|
|
|
@ -58,6 +58,7 @@ static QStringList locales = {
|
|||
"lt",
|
||||
"jbo",
|
||||
"hu",
|
||||
"mk",
|
||||
"nl",
|
||||
"ja",
|
||||
"no_nb",
|
||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -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
1
translations/i18n.pri
vendored
|
@ -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
1
translations/translations.qrc
vendored
|
@ -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…
Reference in New Issue
Block a user