On 13 Aug 2006, at 05:26, Kenneth Gonsalves wrote:
I have sites that are in english, but need to be translated into the
22 official indian languages. The interface and django is in the
process of getting translated using i18n, but content is the
problem ... so just thinking aloud. I need somethi
On 13-Aug-06, at 12:51 AM, Ahmad Alhashemi wrote:
> Then, in templates of a certain language site, you would look for
> objects that are related to the current object in the translation
> tables and link to them through their get_absolute_url preceded by
> their site's address.
>
> Of course, as
Kenneth Gonsalves wrote:
> hi,
> just a few random thoughts on translation of content. At first i was
> leaning towards developing a dependant model for each model which
> would hold translations. One thing i have realised is that of all the
> field types, only three - CharField
hi,
just a few random thoughts on translation of content. At first i was
leaning towards developing a dependant model for each model which
would hold translations. One thing i have realised is that of all the
field types, only three - CharField, TextField and numeric fields
would need to