On Thu, Jun 11, 2009 at 19:32, mrfroasty<[email protected]> wrote:
> When there is a new release of Wordpress I am expecting the wordpress.pot 
> needs modifications, isnt it?
> How to you guys intergrate the old translation to the new po files?
> I work with gettext and kbable here...
>

Go to the terminal and execute:

msgmerge -q <po-file> wordpress.pot -o <po-file>

This will update all the new strings from the POT file and remove the
now unneeded ones.

Happy translating,
Nikolay.
_______________________________________________
wp-polyglots mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-polyglots

Reply via email to