summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
diff options
context:
space:
mode:
authorfarhan5900 <farhan5900@gmail.com>2022-03-28 11:02:39 +0530
committerAarni Koskela <akx@iki.fi>2022-04-08 13:34:45 +0300
commit4a6e86f163b26e39083ff9997096ab350c68de3c (patch)
tree22e2c24463f297294774ce3aaf4997a7bc7333b6 /tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
parentd93879493815cd8a76a0b3512c6ce238025e45e6 (diff)
downloadbabel-4a6e86f163b26e39083ff9997096ab350c68de3c.tar.gz
Plural-Forms: Fix missing trailing semicolon
Adds missing semicolon in the code that generates the header that is Catalog.plural_forms as well as in plural.to_gettext function. Also modifies all the concerning test cases as well as test data files. Closes https://github.com/python-babel/babel/issues/836
Diffstat (limited to 'tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po')
-rw-r--r--tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po b/tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
index c5c9748..8fbefdb 100644
--- a/tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
+++ b/tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
@@ -12,7 +12,7 @@ msgstr ""
"PO-Revision-Date: 2007-07-30 22:18+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: de_DE <LL@li.org>\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"