Sort file list for xgettext
The find command still returns files in arbitrary order, so explicitly sort.
This commit is contained in:
parent
9ab216cb09
commit
ae729cd565
|
@ -61,6 +61,7 @@ cd $SOURCEDIR
|
|||
|
||||
#Generate/update template pot file
|
||||
find $POTDIRS -name '*.cpp' -or -name '*.h' |
|
||||
sort |
|
||||
xgettext -f- -k_ -k_HKI -kwxPLURAL:1,2 --force-po --from-code utf-8 -o $LOCALDIR/kicad.pot
|
||||
|
||||
#check if present in locale list
|
||||
|
|
Loading…
Reference in New Issue