Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 455 Bytes

php-gettext utilities

Commands

merge-conflicts

Gives the ability of choosing one side of a translation on a conflict for the whole file, if the file was merged using https://github.com/beck/git-po-merge

bin/console merge-conflicts [base|ours|theirs] [input.po] [output.po]

Pass a --fuzzy to keep the merged translation as fuzzy, if it was in that state.

bin/console merge-conflicts base input.po output.po --fuzzy