document workaround for the "missing" feature documented in this FR:
bug #16526: pofix.py: add support for >1 thread
This commit is contained in:
parent
9ec6db37dd
commit
1f9ebc8db9
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
# utils/pofix.py po/wesnoth*/*.po*
|
||||
# find data/campaigns/ -name '*.cfg' -print0 | xargs -0 utils/pofix.py
|
||||
#
|
||||
# To make use of >1 CPU core, you have to rely on xargs. In this sample 10 files
|
||||
# are handed over to 4 instances of pofix.py:
|
||||
# ls po/wesnoth*/*.po | xargs -P 4 -n 10 ./utils/pofix.py
|
||||
#
|
||||
#
|
||||
# Please do make sure to add a comment before any new blocks of conversions
|
||||
# that states when it was added (current version number is enough) so that
|
||||
# the file can be cleaned up more easily every now and then.
|
||||
|
|
Loading…
Add table
Reference in a new issue