summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-10 11:58:29 +0200
committerSlávek Banko <[email protected]>2020-04-10 11:58:29 +0200
commit421a95c5b787bf844733a39bc93806d53ff5efe4 (patch)
tree5335099fb69ace3b8f4a26253b74d9b5f0d8be05 /examples
parent98f2cf4126593272dc059cc5bc1500bbabf46379 (diff)
downloadtqt3-421a95c5b787bf844733a39bc93806d53ff5efe4.tar.gz
tqt3-421a95c5b787bf844733a39bc93806d53ff5efe4.zip
The translation file mywidget_en.ts in examples/i18n renamed
to mywidget.ts to serve as a template. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/i18n/i18n.pro4
-rw-r--r--examples/i18n/mywidget.ts (renamed from examples/i18n/mywidget_en.ts)0
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/i18n/i18n.pro b/examples/i18n/i18n.pro
index f0b84e247..e46561410 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
index 54c4df8ee..54c4df8ee 100644
--- a/examples/i18n/mywidget_en.ts
+++ b/examples/i18n/mywidget.ts