Using the Trac TranslatedPagesMacro plugin on Debian ==================================================== Installation ============ To enable the Tags plugin in a specific trac instance, you need to add one line to the [components] section of trac.ini: [components] translatedpages.* = enabled Configuration ============= Plugin configuration is done in the [translatedpages] stanza of trac.ini. The available options (and their defaults) are: [translatedpages] # Page name of table containing available languages languages_page = TracLanguages # Page name template of translated pages template = {lang}:{page} # Base language to be used without prefix/suffix base_language = En # Regular expression to match a language code (you really don't want to change this) regexp = ([A-Z][a-z]{1,2}(?:_[A-Z]{2})?) More Info ========= For more info, please see: http://trac-hacks.org/wiki/TranslatePagesMacro -- Daniel Kahn Gillmor , Fri, 26 Oct 2012 02:40:48 -0400