]> git.ipfire.org Git - thirdparty/babel.git/commit
Plural-Forms: Fix missing trailing semicolon
authorfarhan5900 <farhan5900@gmail.com>
Mon, 28 Mar 2022 05:32:39 +0000 (11:02 +0530)
committerAarni Koskela <akx@iki.fi>
Fri, 8 Apr 2022 10:34:45 +0000 (13:34 +0300)
commit4a6e86f163b26e39083ff9997096ab350c68de3c
tree22e2c24463f297294774ce3aaf4997a7bc7333b6
parentd93879493815cd8a76a0b3512c6ce238025e45e6
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
12 files changed:
babel/messages/catalog.py
babel/plural.py
tests/messages/data/project/i18n/de/LC_MESSAGES/messages.po
tests/messages/data/project/i18n/de_DE/LC_MESSAGES/bar.po
tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po
tests/messages/data/project/i18n/de_DE/LC_MESSAGES/messages.po
tests/messages/data/project/i18n/ru_RU/LC_MESSAGES/messages.po
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_frontend.py
tests/messages/test_pofile.py
tests/test_plural.py