]> git.ipfire.org Git - thirdparty/babel.git/commit
Support 'Language' header field of PO files (#76) 110/head
authorFelix Yan <felixonmars@archlinux.org>
Wed, 26 Mar 2014 14:43:14 +0000 (14:43 +0000)
committerFelix Yan <felixonmars@archlinux.org>
Wed, 5 Aug 2015 14:28:11 +0000 (22:28 +0800)
commit3ce842bb9a25d180a436d443b2376b7162161c22
tree3d02904875761eee0a7eb052ed4b7d0a894be172
parent5c073d75a581a178c4679a073553c589d79c1d7e
Support 'Language' header field of PO files (#76)

GNU gettext has support for the 'Language' field in header entry since
version 0.18 (May 2010). This commit adds support for the field and
addresses #76.
babel/messages/catalog.py
tests/messages/test_catalog.py
tests/messages/test_frontend.py