summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/demos/photoviewer/i18n/qml_en.ts4
-rw-r--r--examples/demos/photoviewer/photoviewer.pro2
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/demos/photoviewer/i18n/qml_en.ts b/examples/demos/photoviewer/i18n/qml_en.ts
new file mode 100644
index 000000000..5315a7552
--- /dev/null
+++ b/examples/demos/photoviewer/i18n/qml_en.ts
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="en">
+</TS>
diff --git a/examples/demos/photoviewer/photoviewer.pro b/examples/demos/photoviewer/photoviewer.pro
index 52f10e73b..b578810bc 100644
--- a/examples/demos/photoviewer/photoviewer.pro
+++ b/examples/demos/photoviewer/photoviewer.pro
@@ -14,6 +14,8 @@ SOURCES = *.qml \
TRANSLATIONS += i18n/qml_fr.ts \
i18n/qml_de.ts
+EXTRA_TRANSLATIONS += i18n/qml_en.ts
+
RESOURCES += qml.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/demos/photoviewer