update-pot.sh 254 B

1234
  1. #!/bin/sh
  2. # Extract language data in the po subdir to keep the relative paths intact
  3. cp -f po/Firmware.pot po/Firmware.pot.bak
  4. cd po && ../lang-extract.py --no-missing -s -o Firmware.pot ../../Firmware/[a-zA-Z]*.[ch]* ../../Firmware/mmu2/[a-zA-Z]*.[ch]*