[Gajim-devel] Patch for translatable messages

Yann Le Boulanger asterix at lagaule.org
Tue Sep 5 12:21:01 CEST 2006


Torsten Bronger wrote:
> Hallöchen!
> 
> Yes, but the problem occurs later.  _("see %s" % "blablubb") becomes
> _("see blablubb") at runtime, which can't be found in the
> dictionary.
> 


in such a case we do:
_("see %s" % _("blablubb"))

and both
"see %s" and "blablubb" are in pot file

I still don't see what string is not translated with the way we do things.



More information about the Gajim-devel mailing list