From 990d01f06680a9860b722cbec877bd4a3850fa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Apr 2020 11:58:29 +0200 Subject: The translation file mywidget_en.ts in examples/i18n renamed to mywidget.ts to serve as a template. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples/i18n/i18n.pro | 4 +-- examples/i18n/mywidget.ts | 68 ++++++++++++++++++++++++++++++++++++++++++++ examples/i18n/mywidget_en.ts | 68 -------------------------------------------- 3 files changed, 70 insertions(+), 70 deletions(-) create mode 100644 examples/i18n/mywidget.ts delete mode 100644 examples/i18n/mywidget_en.ts diff --git a/examples/i18n/i18n.pro b/examples/i18n/i18n.pro index f0b84e2..e465614 100644 --- a/examples/i18n/i18n.pro +++ b/examples/i18n/i18n.pro @@ -9,10 +9,10 @@ REQUIRES = full-config HEADERS = mywidget.h SOURCES = main.cpp \ mywidget.cpp -TRANSLATIONS = mywidget_cs.ts \ +TRANSLATIONS = mywidget.ts \ + mywidget_cs.ts \ mywidget_de.ts \ mywidget_el.ts \ - mywidget_en.ts \ mywidget_eo.ts \ mywidget_fr.ts \ mywidget_it.ts \ diff --git a/examples/i18n/mywidget.ts b/examples/i18n/mywidget.ts new file mode 100644 index 0000000..54c4df8 --- /dev/null +++ b/examples/i18n/mywidget.ts @@ -0,0 +1,68 @@ + + + MyWidget + + E&xit + + + + Ctrl+Q + + + + &File + + + + Internationalization Example + + + + Language: English + + + + The Main Window + + + + View + + + + Perspective + + + + Isometric + + + + Oblique + + + + First + + + + Second + + + + Third + + + + + QVDialog + + OK + + + + Cancel + + + + diff --git a/examples/i18n/mywidget_en.ts b/examples/i18n/mywidget_en.ts deleted file mode 100644 index 54c4df8..0000000 --- a/examples/i18n/mywidget_en.ts +++ /dev/null @@ -1,68 +0,0 @@ - - - MyWidget - - E&xit - - - - Ctrl+Q - - - - &File - - - - Internationalization Example - - - - Language: English - - - - The Main Window - - - - View - - - - Perspective - - - - Isometric - - - - Oblique - - - - First - - - - Second - - - - Third - - - - - QVDialog - - OK - - - - Cancel - - - - -- cgit v1.2.1