vote up 1 vote down star

Hi, I have two medium-sized web applications that I'm merging into one. The 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?

flag

64% accept rate

2 Answers

vote up 2 vote down check

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

link|flag
msgmerge seemed like it attempted to merge the files, but it missed cca 40% of the messages (they were missing in the result) even with the fuzzy option on. But I did as you sat - concatenated the two files and applied msquniq on the. Worked like a charm, thanks :) – commanderz Dec 10 '08 at 13:49
vote up 0 vote down

"WinMerge" can be very helpful

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.