-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 'Language' header field of PO files #110
Conversation
hey, the tests and the feature belong together, right? So could you squash the commits? (You can use Also this needs a rebase which will probably fix the tests. Can you adjust your commit message so it explains the change and not the fix? Is there any issue? Please place a reference to the issue describing the problem. If there is no issue, could you create one? More information about a good commit message style is available on http://coala.readthedocs.org/en/latest/Getting_Involved/Writing_Good_Commits/#how-to-write-good-commit-messages . |
32a8858
to
f052a33
Compare
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 python-babel#76.
Hi, thanks for the hint :) I have squashed the commits and rebased to current master. Please let me know if anything is still missing, thanks! |
Current coverage is
|
lgtm, @erickwilder can you take a short look and merge? |
Looks good |
Support 'Language' header field of PO files
I only adjusted the tests based on @dmbasso's branch. Let me know if anything else is needed to get this merged.