Prusa-Firmware/lang/update-pot.sh
2022-09-14 11:33:24 +02:00

5 lines
218 B
Bash
Executable File

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