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
1=== modified file 'po/CMakeLists.txt'
2--- po/CMakeLists.txt 2014-08-14 13:14:05 +0000
3+++ po/CMakeLists.txt 2014-08-26 09:43:52 +0000
4@@ -1,7 +1,10 @@
5 file(GLOB CPPFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
6- "${CMAKE_SOURCE_DIR}/src/*.cpp")
7+ "${CMAKE_SOURCE_DIR}/plugins/*/*.cpp"
8+ "${CMAKE_SOURCE_DIR}/src/*.cpp"
9+ "${CMAKE_SOURCE_DIR}/wizard/*.cpp")
10 file(GLOB QMLFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
11 "${CMAKE_SOURCE_DIR}/plugins/*/*.qml"
12+ "${CMAKE_SOURCE_DIR}/plugins/*/*/*.qml"
13 "${CMAKE_SOURCE_DIR}/src/qml/*.qml"
14 "${CMAKE_SOURCE_DIR}/wizard/qml/*/*.qml")
15 file(GLOB SETTINGSFILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"

Subscribers

People subscribed via source and target branches