Merge lp://staging/~dholbach/help-app/1423871 into lp://staging/~ubuntu-touch-coreapps-drivers/help-app/trunk
Proposed by
Daniel Holbach
Status: | Merged |
---|---|
Merged at revision: | 50 |
Proposed branch: | lp://staging/~dholbach/help-app/1423871 |
Merge into: | lp://staging/~ubuntu-touch-coreapps-drivers/help-app/trunk |
Diff against target: |
610 lines (+119/-114) 14 files modified
.bzrignore (+1/-1) HACKING (+1/-1) Makefile (+6/-2) edit-here/content/pages/apps.md (+0/-2) edit-here/content/pages/faq.md (+1/-3) edit-here/content/pages/get-in-touch.md (+0/-2) edit-here/content/pages/index.md (+2/-4) edit-here/generate-pot (+2/-0) edit-here/pelicanconf.py (+7/-0) edit-here/po/de.po (+25/-17) edit-here/po/help.pot (+20/-46) edit-here/theme/templates/base.html (+2/-1) edit-here/theme/templates/page.html (+1/-0) edit-here/translations.py (+51/-35) |
To merge this branch: | bzr merge lp://staging/~dholbach/help-app/1423871 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel Holbach (community) | Approve | ||
David Planella | Needs Fixing | ||
Nicholas Skaggs (community) | Needs Information | ||
Review via email: mp+250467@code.staging.launchpad.net |
To post a comment you must log in.
Our Makefile assumes a dirty build:
bzr ignored | cut -d' ' -f1 | xargs rm -r
rm: missing operand
Try 'rm --help' for more information.
Makefile:4: recipe for target 'clean' failed
make: [clean] Error 123 (ignored)
As for this merge, it appears you cloned the english into the german translation? It does indeed generate the proper files, but the linking seems to be off.