summaryrefslogtreecommitdiffstats
path: root/examples/linguist/i18n/translations/i18n_ko.ts
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-10-28 16:38:01 +0200
committerKai Köhne <kai.koehne@qt.io>2022-11-07 14:08:25 +0100
commit7becc6264997609497135ec1b3eb18505d8e3305 (patch)
treec295516b0276a3ce99e0fa7390b6bf834ef83c35 /examples/linguist/i18n/translations/i18n_ko.ts
parentd95fbac8b41ba23269353e33e42a55e27f8d3b5f (diff)
Move i18n example to qttools
Move i18n example out of qtbase, into qttools. Improve by - removing hard-coded .qm files and .qrc file. Instead, use CMake / qmake API. - Add target language in .ts files - Make file names match the locale (no->nb, jp->ja) - Using QLocale::uiLanguages() instead of QLocale::system.name() Change-Id: Ie7d496f38dd13078afab76eca3f7cff13ca27b68 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'examples/linguist/i18n/translations/i18n_ko.ts')
-rw-r--r--examples/linguist/i18n/translations/i18n_ko.ts59
1 files changed, 59 insertions, 0 deletions
diff --git a/examples/linguist/i18n/translations/i18n_ko.ts b/examples/linguist/i18n/translations/i18n_ko.ts
new file mode 100644
index 000000000..ab921c8df
--- /dev/null
+++ b/examples/linguist/i18n/translations/i18n_ko.ts
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko_KR">
+<context>
+ <name>MainWindow</name>
+ <message>
+ <source>&amp;File</source>
+ <translation>파일&amp;F</translation>
+ </message>
+ <message>
+ <source>E&amp;xit</source>
+ <translation>종료&amp;X</translation>
+ </message>
+ <message>
+ <source>First</source>
+ <translation>첫번째</translation>
+ </message>
+ <message>
+ <source>Internationalization Example</source>
+ <translation>국제화 예제</translation>
+ </message>
+ <message>
+ <source>Isometric</source>
+ <translation>등측도</translation>
+ </message>
+ <message>
+ <source>Language: %1</source>
+ <translation>언어 : %1</translation>
+ </message>
+ <message>
+ <source>English</source>
+ <translation>한국어</translation>
+ </message>
+ <message>
+ <source>Oblique</source>
+ <translation>빗각</translation>
+ </message>
+ <message>
+ <source>Perspective</source>
+ <translation>원근화법</translation>
+ </message>
+ <message>
+ <source>Second</source>
+ <translation>두번째</translation>
+ </message>
+ <message>
+ <source>Third</source>
+ <translation>세번째</translation>
+ </message>
+ <message>
+ <source>View</source>
+ <translation>보기</translation>
+ </message>
+ <message>
+ <source>LTR</source>
+ <translation>LTR</translation>
+ </message>
+</context>
+</TS>