diff options
author | Alex Merry <alex.merry@kde.org> | 2015-11-08 19:23:14 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-11-08 19:26:29 +0000 |
commit | 9d4be698a3a9a0b81730d2d54de5dd33b7dc61dc (patch) | |
tree | f1d05e74ddaecbc43ec09b9d9238b25883a805b9 /tests/ECMPoQmToolsTest/tr_test-po | |
parent | 994940ae780a860935f5321830fab1955a687b44 (diff) | |
download | extra-cmake-modules-9d4be698a3a9a0b81730d2d54de5dd33b7dc61dc.tar.gz extra-cmake-modules-9d4be698a3a9a0b81730d2d54de5dd33b7dc61dc.tar.bz2 |
Revert "Change ecm_create_po_loader test language to German."
This commit is dependent on 009c480413910e8c1a18f4d1420f4a517ea606e6,
which is the primary commit to be reverted.
This reverts commit 0496f8ae020c497b5f65234063150781d023f8ba.
Diffstat (limited to 'tests/ECMPoQmToolsTest/tr_test-po')
-rw-r--r-- | tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po (renamed from tests/ECMPoQmToolsTest/tr_test-po/de/catalog.po) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ECMPoQmToolsTest/tr_test-po/de/catalog.po b/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po index 6f3e328f..ec5ad857 100644 --- a/tests/ECMPoQmToolsTest/tr_test-po/de/catalog.po +++ b/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po @@ -4,13 +4,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Language: de\n" +"X-Language: en_GB\n" "X-Qt-Contexts: true\n" #: main.cpp:12 msgctxt "testcontext|" msgid "test string" -msgstr "german text" +msgstr "british english text" #: main.cpp:13 #, qt-format @@ -18,5 +18,5 @@ msgstr "german text" msgctxt "testcontext|" msgid "test plural %n" msgid_plural "test plural %n" -msgstr[0] "german singular form %n" -msgstr[1] "german plural form %n" +msgstr[0] "british english singular form %n" +msgstr[1] "british english plural form %n" |