On Tue, 25 Sep 2012, Christian Boos wrote:
So, for the way forward, I'll try to find some time this evening to fix
the docs and I could also commit the changes I've done on the
plugins/1.0/spam-filter if you're OK with that.
Go on. This is the reason why it is SVN :-)
Still I do understand only half of what you said and this with nearly 20
years of experience in translating software and making software ready for
translation. So I expect others to have much more problems.
Beside the fixes/updates in documentation, links to working plugin example
codes would be a good idea. Usually working code is much better to
document stuff than the best web page.
One note: It seems
<p i18n:msg="x,y">
<py:if...>${x}</py:if>
<py:if...>${y}</py:if>
</p>
does not work, I have to use
<p i18n:msg="x,y">
<span py:if...>${x}</span>
<span py:if...>${y}</span>
</p>
which is nearly, but not exactly the same. I think this should be fixed
(in Genshi?).
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
--
You received this message because you are subscribed to the Google Groups "Trac
Development" 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/trac-dev?hl=en.