Hi all, I noticed an untranslated string and wondered why I couldn't find it in launchpad. Then I noticed why:
./skins/larry/templates/about.html:<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3>
I personally think adding a translation as a parameter is bad practice. It causes you to forget that this code needs translations.
Cor
On Thu, Nov 8, 2012 at 12:43 PM, Cor Bosman cor@xs4all.nl wrote:
Hi all, I noticed an untranslated string and wondered why I couldn't find it in launchpad. Then I noticed why:
./skins/larry/templates/about.html:<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3>
I personally think adding a translation as a parameter is bad practice. It causes you to forget that this code needs translations.
It definitely is. I added it there for a proof-of-concept in adding multi lingual texts right within templates in case somebody builds his own skin with additional texts. Then I must have forgotten to finally add it to the translation system.
Sorry for that!
~Thomas