DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35099>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35099 Summary: Default pub does not use i18n Product: Lenya Version: 1.2.2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: i18n (Internationalization) AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The default publication does not use i18n for content pages, just error messages. (It also has no link to change laguages, even though content//*_de.xml files are included.) FIX: pubs/default/publication-sitemap.xmap <map:match pattern="lenyabody-*/*/*/*/**"> <map:aggregate element="cmsbody"> ... <map:transform src="xslt/page2xhtml-{4}.xsl"> ... </map:transform> <!-- ADD THESE 3 LINES --> <map:transform type="i18n"> <map:parameter name="locale" value="{page-envelope:document-language}"/> </map:transform> <map:select type="parameter"> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
