Can be deleted: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with 'It would be nice to hace a nightly build on Jenkins. In this it could also be part to get the po-files from launchpad. By this, translators could work on a translation online an…')
 
No edit summary
Line 4: Line 4:
By this, translators could work on a translation online and on the next day get an installer including already their translated items.
By this, translators could work on a translation online and on the next day get an installer including already their translated items.
This would it make easier for translators because then they can see their translations right away.
This would it make easier for translators because then they can see their translations right away.
One option would be copying the po-files once a day to a launchpad-branch and then create a nant-task that copies the content of this branch into /i8n
See [http://blog.launchpad.net/general/exporting-translations-to-a-bazaar-branch here]
A nant command to get the po-files from a launchpad branch would be fe.
<get src="http://nant.sourceforge.org/" dest="help/index.html" />

Revision as of 13:17, 12 November 2011

It would be nice to hace a nightly build on Jenkins. In this it could also be part to get the po-files from launchpad.

By this, translators could work on a translation online and on the next day get an installer including already their translated items. This would it make easier for translators because then they can see their translations right away.

One option would be copying the po-files once a day to a launchpad-branch and then create a nant-task that copies the content of this branch into /i8n

See here

A nant command to get the po-files from a launchpad branch would be fe. <get src="http://nant.sourceforge.org/" dest="help/index.html" />