I have two medium-sized web applications that I'm merging into one. They are both localized with GetText
and have large amout of common strings, so merging them manually would be extremely annoying. What is the fastest way to merge the two PO
files?
msgcat
is meant for just this thing: it concatenates and merges PO files. msgmerge
is for merging PO files with an updated POT file.
I'm sure msgmerge
can be coerced into doing just that. (I mean, concat your two .po files, and let it sort things out.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With