On 5-7-2012 12:06, ledzgio wrote:

> how can I apply internationalization on database with hard-coded data? I 
> import my data by creating .sql files with data inside.
> 
> Is there a better way to manage hard-coded data for internationalization? 
> and what if those data can grow with time?

Data from dynamic sources should be translated in the template. There's
examples in the internationalization docs. And yes, they don't magically
translate themselves and as such you need to run makemessages and friends.
-- 
Melvyn Sopacua


-- 
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