Le 5 nov. 08 à 19:20, Marc Fargas a écrit : > > Then a solution could be to change flag.html:12 "Flag" to "FLAGAS" or > something like that, but that would mean that conf/locale/en should be > updated at least to include this msgid !
Another solution which works without generating en locale is to use html comments (if the string is intended to html pages) like "Flag <!-- as verb -->". That's what I use when Django's translations are not adapted to my own code. Hope it helps, David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Django-I18N?hl=en -~----------~----~----~----~------~----~------~--~---
