Re: [Python] class-based gettext

2009-01-09 Per discussione Alessandro Dentella
On Fri, Jan 09, 2009 at 12:24:02AM +0100, Pietro Battiston wrote: > Il giorno gio, 08/01/2009 alle 23.38 +0100, Alessandro Dentella ha > scritto: > > eseguo (senza cartella locale e senza file .po/.mo):: > > > > san...@bluff:/tmp$ LANG='it_IT' python test.py > > Hello World > > > >

Re: [Python] class-based gettext

2009-01-08 Per discussione Pietro Battiston
Il giorno gio, 08/01/2009 alle 23.38 +0100, Alessandro Dentella ha scritto: > eseguo (senza cartella locale e senza file .po/.mo):: > > san...@bluff:/tmp$ LANG='it_IT' python test.py > Hello World > > san...@bluff:/tmp$ LANG='fr_FR' python test.py > Traceback (most recent ca