Hi devs,
po/ is now a submodule pointing to https://gitlab.com/inkscape/translations.git
If you have any issues with this folder in your branches/MRs, make sure when you rebase to get the content with "git submodule update --init" to be able to build :) Apart from that, not much changes for translations on the dev side, just more automation.
Small changes 1 : You don't need to specify a new translatable cpp or inx file manually - if you want to mark a new file with strings as NON-translatable, you will still need to add it into POTFILES.skip, now in the translations repository Small change 2 : If you fix a typo in the source code and don't want to fuzzy its previous translations, you'll need to do the po file search and replace into the translations repo
If you have any questions, feel free to ask :)
Best,