-
Notifications
You must be signed in to change notification settings - Fork 470
Implementation of msgcat and msgmerge utilities from GNU gettext #1161
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
Open
soft-suroleb
wants to merge
25
commits into
python-babel:master
Choose a base branch
from
soft-suroleb:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d4eac53
Add definitions for MessageConcatenation and MessageMerge classes in …
soft-suroleb a5f6295
Implement basic logic for concatenating catalogs
soft-suroleb 6d3212b
Add options: unique, less-than, more-than, no-wrap, and width
soft-suroleb 8695769
Implement basic msgmerge logic for working with a compendium
soft-suroleb 4774889
Write tests for msgcat
soft-suroleb 5a445c4
Write tests for msgmerge
soft-suroleb f7ddd85
Add options update, backup, and c_overwrite for a different compendiu…
soft-suroleb b00f215
Add test for msgmerge compendium overwrite mode with no comments
soft-suroleb 0eab37d
Refactor test for msgmerge with compendium-overwrite option
soft-suroleb 7fb19e3
Create a catalog without fuzzy by default, remove add-location
soft-suroleb 4709cb6
Rename msgmerge to merge and msgcat to concat
soft-suroleb 8b780d4
Add discription to all options
soft-suroleb 80ab44a
Ability to specify multiple compendiums
soft-suroleb 8b00b02
Marking conflicting messages
soft-suroleb a28b263
Fix PR issues
soft-suroleb debe950
Add info about pybable concat and pybabel merge into docs
soft-suroleb 13e3330
Add usage documentation for pybabel concat and merge commands
soft-suroleb 49e6003
Fix PR issues
soft-suroleb f1618e5
Add '_conflicts' getter in catalog
soft-suroleb 6dd98e6
Remove fuzzy flag mutation from add_conflict
soft-suroleb ad322bd
Refactor ConcatenateCatalog: stdout output, mutual exclusivity, bette…
soft-suroleb 9644a86
Fix MergeCatalog options and update docs
soft-suroleb 97f1e08
Add tests for ConcatenateCatalog and MergeCatalog
soft-suroleb 3964846
Address review comments in catalog, frontend and pofile
soft-suroleb 3f6bbbb
Refactor tests: split test_concat_merge.py into test_concat.py and te…
soft-suroleb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.