viktor-ferenczi / genshi-compiler

Genshi markup template compiler
0 stars 0 forks source link

Add support for language translation (i18n) #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to add support for translating the static text contents while rendering 
templates the same way as it is supported by Genshi+Babel. The solution must be 
able to use the standard `gettext` functionality (thus all existing translation 
files) and the `i18n:msg` attribute.

Original issue reported on code.google.com by ferenczi.viktor on 15 Jul 2011 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by ferenczi.viktor on 15 Jul 2011 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by ferenczi.viktor on 15 Jul 2011 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by ferenczi.viktor on 15 Jul 2011 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by ferenczi.viktor on 16 Jul 2011 at 2:48

GoogleCodeExporter commented 9 years ago
Partially implemented in r9. We have support for compile time translation of 
element and attribute contents and the `i18n:msg` directive. No support for the 
other `i18n:msg` directives, currently.

Original comment by ferenczi.viktor on 16 Jan 2012 at 2:59