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/en_GB | |
| 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/en_GB')
| -rw-r--r-- | tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po b/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po new file mode 100644 index 00000000..ec5ad857 --- /dev/null +++ b/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Language: en_GB\n" +"X-Qt-Contexts: true\n" + +#: main.cpp:12 +msgctxt "testcontext|" +msgid "test string" +msgstr "british english text" + +#: main.cpp:13 +#, qt-format +#| msgid "test plural" +msgctxt "testcontext|" +msgid "test plural %n" +msgid_plural "test plural %n" +msgstr[0] "british english singular form %n" +msgstr[1] "british english plural form %n" |
