Re: problem mixing gettext and properties

2007-06-26 Thread Peter Otten
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

Re: problem mixing gettext and properties

2007-06-26 Thread André
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

Re: problem mixing gettext and properties

2007-06-26 Thread Peter Otten
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

Re: problem mixing gettext and properties

2007-06-26 Thread André
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

Re: problem mixing gettext and properties

2007-06-26 Thread Peter Otten
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

Re: problem mixing gettext and properties

2007-06-26 Thread Matimus
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

problem mixing gettext and properties

2007-06-26 Thread André
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.