Question

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?

Was it helpful?

Solution

I'm sure msgmerge can be coerced into doing just that. (I mean, concat your two .po files, and let it sort things out.)

OTHER TIPS

msgcat is meant for just this thing: it concatenates and merges PO files. msgmerge is for merging PO files with an updated POT file.

"WinMerge" can be very helpful

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top