1To update inkscape.pot, delete it first and generate the target "inkscape_pot" 2(with "make inkscape_pot" or "ninja inkscape_pot" from your build folder), 3these commands should create it in the source directory 4 5 6 7WARNING: 8If new source files are added this is not sufficient! 9 10In this case please run 11 ./generate_POTFILES.sh 12This will update POTFILES.in with the list of current source files (to exclude a file add it to POTFILES.skip) 13 14Afterwards update the inkscape.pot file as described above 15 16 17 18TODO: 19- automate these steps within CMake 20- consider dropping intltool-update and use xgettext with proper options 21 (it should be able to handle most of our source files nowadays) 22- clean up this directory, evaluate which files are still useful (and document them / add targets to CMake), see 23 check-markup (and dependencies bad.po.test, bad.po.test.exp) 24 check_for_tutorial_problems.sh 25 language_statistics.sh (and dependency LINGUAS) 26 update_po_files.sh 27