Ticket #27 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by lincoln

  • status changed from new to closed
  • resolution set to fixed

Already in git!

Thanks =)

Note: See TracTickets for help on using tickets.