Wednesday, April 23, 2014

Bilingual Content Creation

I'm making a Django site that will have Spanish and English content.

I know I will be using i18n. I want users to be able to create and translate content easily from the django admin. 

I am wondering how I should implement this.

I've looked at these apps:
And I've also read that one option would be to create duplicate model fields renamed with _en and _es suffixes accordingly.

What's the slickest route to go?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1422c693-2dc2-4f3a-b358-be8886d6718b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment