Merge lp:~seb128/ubuntu-system-settings/translate-missing-sources into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 944
Merged at revision: 946
Proposed branch: lp:~seb128/ubuntu-system-settings/translate-missing-sources
Merge into: lp:ubuntu-system-settings
Diff against target: 15 lines (+4/-1)
1 file modified
po/CMakeLists.txt (+4/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/translate-missing-sources
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+232184@code.launchpad.net

Commit message

Include extra files for translations

Description of the change

Include extra files for translations

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2014-08-14 13:14:05 +0000
+++ po/CMakeLists.txt 2014-08-26 09:43:52 +0000
@@ -1,7 +1,10 @@
1file(GLOB CPPFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"1file(GLOB CPPFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
2 "${CMAKE_SOURCE_DIR}/src/*.cpp")2 "${CMAKE_SOURCE_DIR}/plugins/*/*.cpp"
3 "${CMAKE_SOURCE_DIR}/src/*.cpp"
4 "${CMAKE_SOURCE_DIR}/wizard/*.cpp")
3file(GLOB QMLFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"5file(GLOB QMLFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
4 "${CMAKE_SOURCE_DIR}/plugins/*/*.qml"6 "${CMAKE_SOURCE_DIR}/plugins/*/*.qml"
7 "${CMAKE_SOURCE_DIR}/plugins/*/*/*.qml"
5 "${CMAKE_SOURCE_DIR}/src/qml/*.qml"8 "${CMAKE_SOURCE_DIR}/src/qml/*.qml"
6 "${CMAKE_SOURCE_DIR}/wizard/qml/*/*.qml")9 "${CMAKE_SOURCE_DIR}/wizard/qml/*/*.qml")
7file(GLOB SETTINGSFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"10file(GLOB SETTINGSFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"

Subscribers

People subscribed via source and target branches