update_pot_template.bat 259 B

12345678
  1. REM search C++ source files
  2. xgettext -d AC -o AC.pot --sort-by-file -k_ -C -D ..\src -f translate_cpp_files.txt
  3. REM 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
  5. pause