Re: Translated fields

2007-07-14 Thread Marc Garcia
As far as I can see, this project isn't working with latest version of django, and it's newforms... It's in the TODO list of the author http://code.google.com/p/i18ndynamic/issues/list but still not available. Solution is very close... :) On Jul 13, 1:47 am, Collin Grady <[EMAIL PROTECTED]> wrot

Re: Translated fields

2007-07-12 Thread [EMAIL PROTECTED]
On Jul 12, 7:47 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > Have you seenhttp://code.google.com/p/i18ndynamic/? :) See I thought it would be easy! ;-) Thanks for the link, this is it exactly! -Doug --~--~-~--~~~---~--~~ You received this message because

Re: Translated fields

2007-07-12 Thread Collin Grady
Have you seen http://code.google.com/p/i18ndynamic/ ? :) On Jul 11, 3:16 pm, Marc Garcia <[EMAIL PROTECTED]> wrote: > Hi all! > > I've been searching for a way to create a multilingual catalog with > django, and there is just one thing missing, a simple way for > translating information on databa

Re: Translated fields

2007-07-11 Thread Nebojša Đorđević
On 12.07.2007., at 00:55, [EMAIL PROTECTED] wrote: > The initial version of this could be done as a third party addon as > well. There might be some issues with DB back ends that I have not > thought of, but I doubt it. > What this entails: > 1. new MultiLangTextField and MultiLangCharField #

Re: Translated fields

2007-07-11 Thread Nebojša Đorđević
On 12.07.2007., at 00:16, Marc Garcia wrote: > I've checked translation module on django-utils, and django- > multilingual, and both solve the problem, but I want a more intuitive > way for end-users (who fill data in admin). Main problem (which django-multilingual tries to solve) how to define

Re: Translated fields

2007-07-11 Thread [EMAIL PROTECTED]
On Jul 11, 6:16 pm, Marc Garcia <[EMAIL PROTECTED]> wrote: > I've designed an admin page with my > idea:http://vaig.be/2007/07/11/django-database-texts-translated/ I link this Idea a lot in principal and think it would be easier to maintain than other solutions I have seen (at first blush). I h

Re: Translated fields

2007-07-11 Thread Marty Alchin
On 7/11/07, Marc Garcia <[EMAIL PROTECTED]> wrote: > I haven't seen any post or any ticket that anybody that is working on > something like that. If anybody does, please let me know. Check out django-multilingual[1] and its documentation[2]. I can't guarantee this is exactly what you're looking f

Translated fields

2007-07-11 Thread Marc Garcia
Hi all! I've been searching for a way to create a multilingual catalog with django, and there is just one thing missing, a simple way for translating information on database, for example having product description in more than one language. I've checked translation module on django-utils, and dj