Skip to content
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

Localization internationalization workflow #131

Merged
merged 4 commits into from
Apr 16, 2018

Conversation

edaniszewski
Copy link
Contributor

Low priority PR - will not merge until next week for stability.

This PR adds a workflow for updating the translation files using Babel.

To do this, I also needed to do a little metadata reorg and flush out setup.py a bit more. With these changes, this should now actually be packaged up like a real python package, but I haven't tested that out yet, since thats outside the scope of this work.

To update the translations po and pot file, make translations

the bulk of this PR is auto-generated info

@codecov-io
Copy link

codecov-io commented Apr 12, 2018

Codecov Report

Merging #131 into master will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   88.42%   88.59%   +0.17%     
==========================================
  Files          40       40              
  Lines        1097     1096       -1     
==========================================
+ Hits          970      971       +1     
+ Misses        127      125       -2
Impacted Files Coverage Δ
synse/__init__.py 100% <100%> (+12.5%) ⬆️
synse/i18n.py 96.55% <100%> (+3.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38b6c0a...df5096c. Read the comment docs.

@edaniszewski edaniszewski merged commit d8190b3 into master Apr 16, 2018
@edaniszewski edaniszewski deleted the localization-internationalization branch April 16, 2018 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants