1
0
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:
Zetok Zalbavar 2016-11-28 14:04:11 +00:00
parent 6e040b8e7c
commit 5267b19503
No known key found for this signature in database
GPG Key ID: C953D3880212068A
4 changed files with 5 additions and 0 deletions

View File

@ -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>

View 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",

View File

@ -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)

View File

@ -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 \