I want to provide customizable vocabularies for an open-source django
project, where each deployer can use different terms for strings that
appear in templates (e.g. field names, form field descriptions, help
text, page titles, etc.)

Would django language files work for this purpose?  Everything will be
in English (at this stage), so that would involve (if I understand
correctly) customizing the English language .po file.  (Right?)

Does that smell like a reasonable solution?  Any hidden rocks?

Has anybody done anything like this, either using language files or
some other solution?  If so, how did you do it, and how did it work in
practice?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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