On Wed, Mar 17, 2010 at 10:48, Daniel Koskinen <[email protected]> wrote: > Am I correct in noting that currently there is no easy way to push the > Glotpress translation to the trunk folder in SVN? So I need to export as .po > and then commit via SVN to do this?
If you are on UNIX machine, just a simple shell script will do: cd fi/trunk curl http://translate.wordpress.org/projects/wp/dev/fi/default/export-translations > fi.po svn ci -m "Translation updates" I am sure on Windows you can automated this process as easily. Happy translating, Nikolay. _______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
