Opened 14 years ago

Closed 14 years ago

#13642 closed (duplicate)

Request of translating model fileds functionality

Reported by: caumons Owned by: nobody
Component: Internationalization Version: 1.2
Severity: Keywords: translation, model fields
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be good to have the option to specify fields of the models translated into different languages. For example, if we have the model Django and it has the field description, it would be good being able to store it in different languages and retreive the desired one each time.
One more thing is that the apps' names can not contain non ascii characters such as accents and that is very annoying when developing for example in Spanish.

Change History (1)

in reply to:  description comment:1 by Ramiro Morales, 14 years ago

Resolution: duplicate
Status: newclosed

Replying to caumons:

It would be good to have the option to specify fields of the models translated into different languages. For example, if we have the model Django and it has the field description, it would be good being able to store it in different languages and retreive the desired one each time.

This is s topic that has appeared several times already. IIRC there hasn't been any discussion regarding it being something that must be in the Django core (see ModelInterNationalization for an overview, including external projects providing solution in this space). The feature request is already covered by #6460.

One more thing is that the apps' names can not contain non ascii characters such as accents and that is very annoying when developing for example in Spanish.

This feature request is covered by #3591 and possibly #10436. There is a GSoC project this year that will hopefully solve or make things easier.

In general, try to report one feature request/issue per ticket.

Closing as duplicate.

Note: See TracTickets for help on using tickets.
Back to Top