Re: FlatPage and Internationalization

2007-11-27 Thread Marcin Kaszynski
On Nov 27, 11:10 am, Tim <[EMAIL PROTECTED]> wrote: > For multilingual sites, is it not easier to maintain and keep all the > translations in .po files? The idea of splitting up the required > translations would mean that translators must use two different > interfaces. Well, those are two differ

Re: FlatPage and Internationalization

2007-11-27 Thread Tim
For multilingual sites, is it not easier to maintain and keep all the translations in .po files? The idea of splitting up the required translations would mean that translators must use two different interfaces. There are frameworks for translating .po files that keep revisions, suggestions etc. Th

Re: FlatPage and Internationalization

2007-11-09 Thread DvD
That's what i am about to do, but if guys from the development team agree we could implement it in the official django code On Nov 9, 3:34 pm, Eugene Morozov <[EMAIL PROTECTED]> wrote: > I've implemented similar system. Only I have used MyFlatPage and > MyFlatPageTranslation models, because it ma

Re: FlatPage and Internationalization

2007-11-09 Thread Eugene Morozov
I've implemented similar system. Only I have used MyFlatPage and MyFlatPageTranslation models, because it makes easier to locate and translate pages in the admin interface. On 9 нояб, 15:25, DvD <[EMAIL PROTECTED]> wrote: > Hi everyone, > lately i was trying to internationalize a wesite which had

Re: FlatPage and Internationalization

2007-11-09 Thread DvD
Sorry, that shouldn't be MyFlatPage but just FlatPage... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from t

FlatPage and Internationalization

2007-11-09 Thread DvD
Hi everyone, lately i was trying to internationalize a wesite which had flatpages, but i also needed to translate those pages so i came up with this idea to get site specific AND language specific flatpages. I put on the FlatPage class this attribute: language= models.CharField(maxlengt