Follow-up Comment #1, bug #16526 (project wesnoth):

Note that you don't really have to modify pofix. You can just use your
command-line to do it. For instance, the following command will run four
instances of pofix with at most ten files each. (And obviously, a new
instance will be created each time one finishes if there are more than 40
files.)


ls po/*/*.po | xargs -P 4 -n 10 ./utils/pofix.py


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?16526>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to