Browse Source

Sort file list for xgettext

The find command still returns files in arbitrary order, so explicitly sort.
6.0.7
Simon Richter 8 years ago
committed by nickoe
parent
commit
ae729cd565
  1. 1
      update-po-files.sh

1
update-po-files.sh

@ -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…
Cancel
Save