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: [PATCH] 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_en.ts => mywidget.ts} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/i18n/{mywidget_en.ts => mywidget.ts} (100%) 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_en.ts b/examples/i18n/mywidget.ts similarity index 100% rename from examples/i18n/mywidget_en.ts rename to examples/i18n/mywidget.ts