On 21 August 2011 04:41, Joshua Russo <josh.r.ru...@gmail.com> wrote:
> Ok, I've been looking into the different database based translation
> solutions out there and I can't find what I really had in mind. I need to
> have non-technical people easily update the translations. So I wanted a
> solution where I could create an interface to ease the process.
> One problem is that none of the solutions seem to talk about translating
> static text. I'm thinking I need to create a site_content table to handle my
> static text translations and then use one of these solutions against it.
>
> If this is an appropriate solution, what are people's experience with the
> different database driven translation solutions? I tried
> django_multilingual, and django_multilingual_ng but they seemed to have
> issues with South. (Of course that was a few months back and I can't
> remember the exact problems I was having.) I'm now looking at
> django_modeltranslation, but none of these products really give the
> impression of being production worthy.
> I'm willing to give them a shot because I need something and it's small
> enough project that I can take a little more risk. What are people's
> experience with them?
> Thanks in advance
> Josh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/4sSq3y1mGKcJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

Check django-datatrans [0] out

[0] https://github.com/citylive/django-datatrans

-- 
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 this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to