From 33a9fb9f4b577f8417a51379ead9008763325107 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 28 Jun 2018 15:37:00 +0200 Subject: i18n examples: Update .ts files Change-Id: I3c1987bac8251b087fab98d6caaaba267dcc4be8 Reviewed-by: Oswald Buddenhagen --- examples/qml/qml-i18n/i18n/base.ts | 4 ++-- examples/qml/qml-i18n/i18n/qml_en_AU.ts | 4 ++-- examples/qml/qml-i18n/i18n/qml_fr.ts | 4 ++-- examples/quick/demos/photoviewer/i18n/qml_de.ts | 10 +++++----- examples/quick/demos/photoviewer/i18n/qml_fr.ts | 10 +++++----- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'examples') diff --git a/examples/qml/qml-i18n/i18n/base.ts b/examples/qml/qml-i18n/i18n/base.ts index 07e00f3ad2..77c640f370 100644 --- a/examples/qml/qml-i18n/i18n/base.ts +++ b/examples/qml/qml-i18n/i18n/base.ts @@ -1,10 +1,10 @@ - + qml-i18n - + Hello diff --git a/examples/qml/qml-i18n/i18n/qml_en_AU.ts b/examples/qml/qml-i18n/i18n/qml_en_AU.ts index 047817d006..86ccfb7bf8 100644 --- a/examples/qml/qml-i18n/i18n/qml_en_AU.ts +++ b/examples/qml/qml-i18n/i18n/qml_en_AU.ts @@ -1,10 +1,10 @@ - + qml-i18n - + Hello G'day diff --git a/examples/qml/qml-i18n/i18n/qml_fr.ts b/examples/qml/qml-i18n/i18n/qml_fr.ts index 41ca3a9194..363bebb395 100644 --- a/examples/qml/qml-i18n/i18n/qml_fr.ts +++ b/examples/qml/qml-i18n/i18n/qml_fr.ts @@ -1,10 +1,10 @@ - + qml-i18n - + Hello Bonjour diff --git a/examples/quick/demos/photoviewer/i18n/qml_de.ts b/examples/quick/demos/photoviewer/i18n/qml_de.ts index 92ab50a136..c36f169c6a 100644 --- a/examples/quick/demos/photoviewer/i18n/qml_de.ts +++ b/examples/quick/demos/photoviewer/i18n/qml_de.ts @@ -4,7 +4,7 @@ AlbumDelegate - + Remove Entfernen @@ -12,22 +12,22 @@ main - + Add Zufügen - + Edit Bearbeiten - + Quit Verlassen - + Back Zurück diff --git a/examples/quick/demos/photoviewer/i18n/qml_fr.ts b/examples/quick/demos/photoviewer/i18n/qml_fr.ts index 1edb5e0fe4..353082569a 100644 --- a/examples/quick/demos/photoviewer/i18n/qml_fr.ts +++ b/examples/quick/demos/photoviewer/i18n/qml_fr.ts @@ -4,7 +4,7 @@ AlbumDelegate - + Remove Supprimer @@ -12,22 +12,22 @@ main - + Add Ajouter - + Edit Éditer - + Quit - + Back Retour -- cgit v1.2.3