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?
Merge 2 GetText files
gettextweb-applications
Best 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.)