ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #02079
[Merge] lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations into lp:ubuntu-weather-app/reboot
Victor Thompson has proposed merging lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations into lp:ubuntu-weather-app/reboot.
Commit message:
Simplify instructions on generating a new .pot file.
Requested reviews:
Ubuntu Weather Developers (ubuntu-weather-dev)
For more details, see:
https://code.launchpad.net/~vthompson/ubuntu-weather-app/reboot-tweak-README.translations/+merge/259182
Simplify instructions on generating a new .pot file since it is automatically placed in the desired folder.
--
Your team Ubuntu Weather Developers is requested to review the proposed merge of lp:~vthompson/ubuntu-weather-app/reboot-tweak-README.translations into lp:ubuntu-weather-app/reboot.
=== modified file 'README.translations'
--- README.translations 2015-01-22 21:56:55 +0000
+++ README.translations 2015-05-14 23:36:37 +0000
@@ -10,14 +10,11 @@
translatable messages to translators. So whenever you add new translatable
messages in the code, make sure to follow these steps:
- 1. Run click-buddy retaining the build directory:
- `click-buddy --dir . --no-clean`
- 2. Copy the .pot file from the <build dir> mentioned in the output to your
- original source:
- `cp <build dir>/po/*.pot po/`
- 3. Commit the generated .pot file:
+ 1. Run click-buddy to build the project and generate a new .pot file:
+ `click-buddy --dir .`
+ 2. Commit the generated .pot file:
`bzr commit -m"Updated translation template"`
- 4. Push the branch and send a merge proposal as usual
+ 3. Push the branch and send a merge proposal as usual
And that's it, once the branch lands Launchpad should take care of all the rest!
Follow ups