Code review comment for lp:~dpm/ubuntu-weather-app/desktop-i18n-1325626-1318008

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

In the clock app po/CMakeLists.txt file has the following command to copy the generated pot file into the po directory.

# Copy generated pot file into "po" directory
COMMAND ${CMAKE_COMMAND} -E copy ${POT_FILE} ${CMAKE_CURRENT_SOURCE_DIR}

I believe this needs to be added after the line,

119 --copyright-holder='Canonical Ltd.'
120 ${I18N_SRC_FILES})

review: Needs Fixing

« Back to merge proposal