On 1/27/07, David Horat <[EMAIL PROTECTED]> wrote:
any possibility of reusing the old translations from 2.0.5 into the
new 2.1 automatically, without having to search them manually on the
old file? Thanks in advance.

Yes, there is. Use the "msgmerge" program from gettext utils.
msgmerge [OPTION] def.po ref.pot

Here is an example:
msgmerge mk_OLD.po wordpress.pot -o mk.po

The translations from mk_OLD.po are "placed" in wordpress.pot,
and the output results (results from merging) are written in mk.po

GREETZ, Jovan

--
Advice for software developers and horse racing enthusiasts: Avoid hacks
_______________________________________________
wp-polyglots mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-polyglots

Reply via email to