Merge lp:~mvo/snappy/snappy-gettext into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-06-17
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | John Lenton on 2015-06-29 | ||||
| Approved revision: | 513 | ||||
| Merged at revision: | 527 | ||||
| Proposed branch: | lp:~mvo/snappy/snappy-gettext | ||||
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github | ||||
| Diff against target: |
336 lines (+147/-9) 17 files modified
cmd/snappy/cmd_config.go (+1/-1) cmd/snappy/cmd_install.go (+3/-2) debian/control (+1/-0) debian/rules (+5/-0) debian/ubuntu-snappy-cli.install (+2/-0) dependencies.tsv (+1/-0) i18n/i18n.go (+45/-0) partition/bootloader_uboot_test.go (+1/-1) partition/partition.go (+1/-1) po/de.po (+21/-0) po/snappy.pot (+24/-0) run-checks (+9/-0) snappy/click.go (+3/-1) snappy/click_test.go (+1/-2) snappy/dirs.go (+3/-0) snappy/errors.go (+1/-1) update-pot (+25/-0) |
||||
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-gettext | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| John Lenton | 2015-06-17 | Approve on 2015-06-29 | |
|
Review via email:
|
|||
Commit Message
Add support for gettext.
Description of the Change
This branch adds gettext support. Based on the excellent work from Mike Terry, thanks a bunch.
Note that this can only be merged once the build-depdenency get accepted (https:/
To post a comment you must log in.
| Sergio Schvezov (sergiusens) wrote : | # |
| Michael Vogt (mvo) wrote : | # |
Fwiw, I uploaded the packaged golang-gettext package to wily now.
lp:~mvo/snappy/snappy-gettext
updated
on 2015-06-18
- 513. By Michael Vogt on 2015-06-18
-
cmd/snappy/
cmd_config. go: remove spaces at the end
| Michael Vogt (mvo) wrote : | # |
Thanks, I addressed the comments. I also added a lp:~mvo/snappy/snappy-gettext2 with a unittest test. I will file a separate MP for this.
review:
Approve


Looks good, can we add a simple test here or is it better to integration test translations?