mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(l10n): add Korean translation to interface and docs
This commit is contained in:
parent
6e040b8e7c
commit
5267b19503
1
res.qrc
1
res.qrc
|
@ -60,6 +60,7 @@
|
|||
<file>translations/it.qm</file>
|
||||
<file>translations/ja.qm</file>
|
||||
<file>translations/jbo.qm</file>
|
||||
<file>translations/ko.qm</file>
|
||||
<file>translations/nl.qm</file>
|
||||
<file>translations/no_nb.qm</file>
|
||||
<file>translations/lt.qm</file>
|
||||
|
|
|
@ -47,6 +47,7 @@ static QStringList locales = {"ar",
|
|||
"es",
|
||||
"eo",
|
||||
"fr",
|
||||
"ko",
|
||||
"he",
|
||||
"hr",
|
||||
"it",
|
||||
|
@ -79,6 +80,7 @@ static QStringList langs = {"Arabic",
|
|||
"Español",
|
||||
"Esperanto",
|
||||
"Français",
|
||||
"한국어",
|
||||
"עברית",
|
||||
"Hrvatski",
|
||||
"Italiano",
|
||||
|
|
1
translations/README.md
vendored
1
translations/README.md
vendored
|
@ -22,6 +22,7 @@ Language | Status
|
|||
[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)
|
||||
[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/he/) | [![Translation status](https://hosted.weblate.org/widgets/tox/he/svg-badge.svg)](https://hosted.weblate.org/engage/tox/he/?utm_source=widget)
|
||||
[Hrvatski](https://hosted.weblate.org/engage/tox/hr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hr/?utm_source=widget)
|
||||
[Italiano](https://hosted.weblate.org/engage/tox/it/) | [![Translation status](https://hosted.weblate.org/widgets/tox/it/svg-badge.svg)](https://hosted.weblate.org/engage/tox/it/?utm_source=widget)
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -19,6 +19,7 @@ TRANSLATIONS = \
|
|||
translations/it.ts \
|
||||
translations/ja.ts \
|
||||
translations/jbo.ts \
|
||||
translations/ko.ts \
|
||||
translations/nl.ts \
|
||||
translations/no_nb.ts \
|
||||
translations/lt.ts \
|
||||
|
|
Loading…
Reference in New Issue
Block a user