[Yanel-dev] i18n labels of workflow configs

Michael Wechner michael.wechner at wyona.com
Wed May 26 11:19:00 CEST 2010


Hi

I think it would be nice if one could use i18n for workflow configs. At 
the moment one uses

    <transition id="submit" from="draft" to="review">
      <condition 
class="org.wyona.yanel.impl.workflow.RoleCondition">write</condition>
      <description xml:lang="en">Submit for Review</description>
      <description xml:lang="de">Zu überprüfen</description>
    </transition>

which is fine, but it means one also needs to be aware that the i18n 
catalogue does not contain these translations.

Or maybe we just needs to document it better ...

WDYT?

Thanks

Michi


More information about the Yanel-development mailing list