summaryrefslogtreecommitdiffstats
path: root/app/Dashboard.qml
diff options
context:
space:
mode:
authorYevgeny Hong <yev@drimaes.com>2020-11-06 06:43:21 +0000
committerYevgeny Hong <yev@drimaes.com>2020-11-06 06:43:21 +0000
commit70972c6093898b2d56152ca0fdc8297c70a7ec21 (patch)
tree9c01a79b9ea77c022c51bb4287d44e5066334c4d /app/Dashboard.qml
parent05753692843e225d2370c63857334d2f675ed003 (diff)
Signed-off-by: Yevgeny Hong <yev@drimaes.com> Change-Id: Ia9b6506ebc1f388fa7f1a4343e9d14563e733a88
Diffstat (limited to 'app/Dashboard.qml')
-rw-r--r--app/Dashboard.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index ad6aec4..ef4f8f4 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -261,6 +261,10 @@ ApplicationWindow {
code: 'zh_CN'
language: QT_TR_NOOP('中文简体')
}
+ ListElement {
+ code: 'ko_KR'
+ language: QT_TR_NOOP('한국어')
+ }
}
Button {