Merge lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations into lp:ubuntu-weather-app

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations
Merge into: lp:ubuntu-weather-app
Diff against target: 21 lines (+4/-7)
1 file modified
README.translations (+4/-7)
To merge this branch: bzr merge lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+259182@code.launchpad.net

Commit message

Simplify instructions on generating a new .pot file.

Description of the change

Simplify instructions on generating a new .pot file since it is automatically placed in the desired folder.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.translations'
2--- README.translations 2015-01-22 21:56:55 +0000
3+++ README.translations 2015-05-14 23:36:37 +0000
4@@ -10,14 +10,11 @@
5 translatable messages to translators. So whenever you add new translatable
6 messages in the code, make sure to follow these steps:
7
8- 1. Run click-buddy retaining the build directory:
9- `click-buddy --dir . --no-clean`
10- 2. Copy the .pot file from the <build dir> mentioned in the output to your
11- original source:
12- `cp <build dir>/po/*.pot po/`
13- 3. Commit the generated .pot file:
14+ 1. Run click-buddy to build the project and generate a new .pot file:
15+ `click-buddy --dir .`
16+ 2. Commit the generated .pot file:
17 `bzr commit -m"Updated translation template"`
18- 4. Push the branch and send a merge proposal as usual
19+ 3. Push the branch and send a merge proposal as usual
20
21 And that's it, once the branch lands Launchpad should take care of all the rest!
22

Subscribers

People subscribed via source and target branches

to all changes: