André wrote:
> On Jun 26, 4:17 pm, André <[EMAIL PROTECTED]> wrote:
>> On Jun 26, 3:56 pm, Peter Otten <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> > André wrote:
>> > > I've encountered a problem using gettext with properties while using
>> > > a Python interpreter.
>>
>> > > Here's a simple program th
On Jun 26, 4:17 pm, André <[EMAIL PROTECTED]> wrote:
> On Jun 26, 3:56 pm, Peter Otten <[EMAIL PROTECTED]> wrote:
>
>
>
> > André wrote:
> > > I've encountered a problem using gettext with properties while using a
> > > Python interpreter.
>
> > > Here's a simple program that illustrate the problem
André wrote:
> On Jun 26, 3:56 pm, Peter Otten <[EMAIL PROTECTED]> wrote:
>> André wrote:
>> > I've encountered a problem using gettext with properties while using a
>> > Python interpreter.
>>
>> > Here's a simple program that illustrate the problem.
>> > ==
>> > # i18n_test.py: test
On Jun 26, 3:56 pm, Peter Otten <[EMAIL PROTECTED]> wrote:
> André wrote:
> > I've encountered a problem using gettext with properties while using a
> > Python interpreter.
>
> > Here's a simple program that illustrate the problem.
> > ==
> > # i18n_test.py: test of gettext & properties
André wrote:
> I've encountered a problem using gettext with properties while using a
> Python interpreter.
>
> Here's a simple program that illustrate the problem.
> ==
> # i18n_test.py: test of gettext & properties
>
> import gettext
>
> fr = gettext.translation('i18n_test', './tr
On Jun 26, 10:52 am, André <[EMAIL PROTECTED]> wrote:
> I've encountered a problem using gettext with properties while using a
> Python interpreter.
>
> Here's a simple program that illustrate the problem.
> ==
> # i18n_test.py: test of gettext & properties
>
> import gettext
>
> fr = g
I've encountered a problem using gettext with properties while using a
Python interpreter.
Here's a simple program that illustrate the problem.
==
# i18n_test.py: test of gettext & properties
import gettext
fr = gettext.translation('i18n_test', './translations',
languages=['fr'])
fr.