[Python] Gettext.
Carlo Miron
miron a python.it
Lun 29 Giu 2015 17:54:35 CEST
2015-06-29 17:07 GMT+02:00 Giovanni Di Noia <g a dinoia.eu>:
> saluti = _('Hello %(name)s' % {'name': 'Pippo'})
> Non ho errori, semplicemente no riconosce il msgid.
> dove sbaglio?
Qui non stai passando a _() il msgid "Hello %(name)s", benś "Hello
Pippo" essendo che l'operatore % viene applicato prima.
Ciao,
©
--
|:**THE BEER-WARE LICENSE** (Revision 42):
| <miron a python.it> wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
| --Carlo Miron :
Maggiori informazioni sulla lista
Python