Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add multiple po files into one, the default.po

I'm trying to add a i18n support for a CakePHP plugin. I have multiple *.pot files which I've edited/translated with poedit. The thing is that I'll like to merge all the files into one default.po file.

Does anyone know how can I do that in the most easy/smart way?

like image 543
dole doug Avatar asked May 07 '10 08:05

dole doug


1 Answers

You use msgcat for that.

http://www.gnu.org/software/hello/manual/gettext/msgcat-Invocation.html

like image 121
Gnudiff Avatar answered Sep 23 '22 08:09

Gnudiff