Browse Source

Updated update-pot.sh to search also `Firmware/mmu2` resources

3d-gussner 2 năm trước cách đây
mục cha
commit
62b03066d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lang/update-pot.sh

+ 1 - 1
lang/update-pot.sh

@@ -1,4 +1,4 @@
 #!/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]*
+cd po && ../lang-extract.py --no-missing -s -o Firmware.pot ../../Firmware/[a-zA-Z]*.[ch]* ../../Firmware/mmu2/[a-zA-Z]*.[ch]*