update_pot_template.sh 250 B

12345678
  1. # search C++ source files
  2. xgettext -d AC -o AC.pot --sort-by-file -k_ -C -D ../src -f translate_cpp_files.txt
  3. # add script translations to it
  4. xgettext -d AC -o AC.pot --sort-by-file -k_ -j -L Lisp -D ../../config -f translate_cubescript_files.txt