On Tue, 15 Oct 2013 11:52:28 -0500, Olemis Lang <[email protected]> wrote : > >>> But I would like to add a feature for internationalization (like > >>> Django): > >>> > >>> https://docs.djangoproject.com/en/1.5/topics/i18n/translation/#how-django-discovers-language-preference > >>> > > AFAICT language selection based on header + prefs + admin exists in > core , at least in 1.0 . I do not recall the status of i18n feature in > 0.12 > > >>> How should I proceed: > >>> 1) Send a patch to Trac and wait for Trac integration and hope > >>> that Apache Bloodhound will import it > >>> 2) Send a patch to Trac and Apache Bloodhound, but what happens if > >>> both have different comments or if one accept it and not the > >>> other ? 3) Send a patch only to Apache Bloodhound > >>> > > You'll definitely have to send a patch for Bloodhound considering (at > least) the steps (1)-(6) above . IMO the aspects related to improving > Trac's i18n subsystem are better submitted as a patch to trac-dev that > we'll incorporate in forthcoming upgrades of our vendor branch . >
Hello, Just to close properly this particular point I have created the Trac enhancement request here: http://trac.edgewall.org/ticket/11338 To answer your question, it adds URL language prefix detection to automatically switch language. Best regards,
