Ticket #27 (closed defect: fixed)
Wrong using of gettext translating with python-format strings
| Reported by: | infinito | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | guake | Version: | 0.2 |
| Keywords: | Cc: |
Description
Some strings doesn't get translated because gettext is wrongly used.
Strings like: _('foo %s' % bar) doesn't get translated. They should be _('foo %s') % bar
Patch: http://www.infinicode.org/code/other/guake_fix_incorrect_gettext_handling.diff
Change History
Note: See
TracTickets for help on using
tickets.