Code review comment for lp:~mhr3/unity-scope-mediascanner/i18n-enablement

Revision history for this message
David Planella (dpm) wrote :

Thanks for this!

224 + ${CPPFILES} "${CMAKE_CURRENT_BINARY_DIR}/tmp/*.h"

Just a nitpick, butI've just noticed that in some cases the location of the translatable message in the .pot file is specified as an absolute path:

https://translations.launchpad.net/unity-scope-mediascanner/trunk/+pots/unity-scope-mediascanner/ca/8/+translate

Traditionally relative paths are used in the .pot file. Is there a way the second list of files' paths can be specified as a relative path, just as ${CPPFILES}?

« Back to merge proposal