[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

svn update and PO file



Hi,

I just added one string to PO file.

Please understand PO files do not merge well if you simply do "svn up".  In
such case, you need to merge remote one and your local one using gettext tools.

If you have no order of preference.

 $ msgcat --no-wrap some1.po some2.po >some.po

Look for #-#-#-#-# where manual resolution is needed.

If you line some1.po better than some2.po.

 $ msgcat --no-wrap --use-first some1.po some2.po >some.po

Osamu
PS: Even if you already did svn up and got funny merged file, do not worry.
Move it aside.  There should be old one and latest remote one with some suffix
indicating them.  Use then to create PO file.


Reply to: