refresh a po / mo file
Permalink
Hello!
We have a translated po/mo file for a addon. If there is a newer version for a addon, is there a way to add the new texts for localization (function t) to the existing po/mo file?
So that we can translate the new texts?
Best wishes,
Marc
We have a translated po/mo file for a addon. If there is a newer version for a addon, is there a way to add the new texts for localization (function t) to the existing po/mo file?
So that we can translate the new texts?
Best wishes,
Marc
http://gd.tuwien.ac.at/linuxcommand.org/man_pages/xgettext1.html...
find $webroot/packages/$package -iname '*.php' -exec xgettext --default-domain=messages --keyword=t -l PHP -p $packagepath -j {} \;