summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/i18n/mywidget_de.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/i18n/mywidget_de.ts b/examples/i18n/mywidget_de.ts
index 6533b9892..1d636ff5b 100644
--- a/examples/i18n/mywidget_de.ts
+++ b/examples/i18n/mywidget_de.ts
@@ -1,4 +1,6 @@
-<!DOCTYPE TS><TS>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS language="de">
<context encoding="UTF-8">
<name>MyWidget</name>
<message encoding="UTF-8">
@@ -65,11 +67,11 @@
<name>QVDialog</name>
<message>
<source>OK</source>
- <translation type="unfinished"></translation>
+ <translation>OK</translation>
</message>
<message>
<source>Cancel</source>
- <translation type="unfinished"></translation>
+ <translation>Abbrechen</translation>
</message>
</context>
</TS>