diff options
| author | Alex Merry <alex.merry@kde.org> | 2015-11-03 17:13:00 +0000 |
|---|---|---|
| committer | Alex Merry <alex.merry@kde.org> | 2015-11-03 17:15:16 +0000 |
| commit | 0496f8ae020c497b5f65234063150781d023f8ba (patch) | |
| tree | 454a00231ab2f900da655a8e8d65123febe888e2 /tests/ECMPoQmToolsTest/tr_test-po | |
| parent | 634a0a2d3d7ba1bec2bae846acf0faf6184f4c71 (diff) | |
| download | extra-cmake-modules-0496f8ae020c497b5f65234063150781d023f8ba.tar.gz extra-cmake-modules-0496f8ae020c497b5f65234063150781d023f8ba.tar.bz2 | |
Change ecm_create_po_loader test language to German.
This is easier to distinguish from "english" in the test output than
"british english".
Diffstat (limited to 'tests/ECMPoQmToolsTest/tr_test-po')
| -rw-r--r-- | tests/ECMPoQmToolsTest/tr_test-po/de/catalog.po (renamed from tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po b/tests/ECMPoQmToolsTest/tr_test-po/de/catalog.po index ec5ad857..6f3e328f 100644 --- a/tests/ECMPoQmToolsTest/tr_test-po/en_GB/catalog.po +++ b/tests/ECMPoQmToolsTest/tr_test-po/de/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: en_GB\n" +"X-Language: de\n" "X-Qt-Contexts: true\n" #: main.cpp:12 msgctxt "testcontext|" msgid "test string" -msgstr "british english text" +msgstr "german text" #: main.cpp:13 #, qt-format @@ -18,5 +18,5 @@ msgstr "british english text" 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" +msgstr[0] "german singular form %n" +msgstr[1] "german plural form %n" |
