Merge lp:~osomon/webbrowser-app/pot-only-under-src-app into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Bill Filler
Approved revision: 319
Merged at revision: 323
Proposed branch: lp:~osomon/webbrowser-app/pot-only-under-src-app
Merge into: lp:webbrowser-app
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/pot-only-under-src-app
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+186546@code.launchpad.net

Commit message

Generate translation templates only for files under src/app/.
Files under src/Ubuntu/… are the UbuntuWebView component, and they shouldn’t have any translatable strings.

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
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-07-29 18:33:36 +0000
3+++ CMakeLists.txt 2013-09-19 14:02:26 +0000
4@@ -51,7 +51,7 @@
5
6 file(GLOB_RECURSE I18N_SRC_FILES
7 RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
8- src/**.qml src/**.desktop.in)
9+ src/app/**.qml src/app/**.desktop.in)
10 list(SORT I18N_SRC_FILES)
11
12 # for dh_translations to extract the domain

Subscribers

People subscribed via source and target branches

to status/vote changes: