Hi everyone. I found a way to fix that conflict error related to translation files. The bad point is that it implies to move all translation files in a separate language directory, like that:
po/de/de.po for german, po/fr/fr.po for french, etc... The translations will not be merged when building Kdenlive, so that we can get rid of those conflicts. To update the main Kdenlive pot file, do just like before: ./Messages.sh (from the Kdenlive main folder). To update the po files from the pot, do: ./message-merge.sh (from the po subfolder). Sorry for the inconvenience, but things will be cleaner that way. I will move all translation files in a few hours. regards jb
