bluedynamics / yafowil.plone

Zope2 Integration for YAFOWIL - Yet Another Form Widget Library (Python, Web)
http://docs.yafowil.info/integrations.html#zope-2-plone-based-usage
Other
3 stars 11 forks source link

Translations #7

Closed simahawk closed 10 years ago

simahawk commented 12 years ago

README says here [1] that this package is responsible for integrating translations. I can't see any translation in place. Is there any non-documented way for adding / loading translations?

[1] https://github.com/bluedynamics/yafowil.plone#integration-with-translation

rnixx commented 12 years ago

YAFOWIL messages itself are not translated yet. it's planned to add message catalogs asap.

but its possible to pass message string as desired to yafowil, they will get translated as expected, e.g

w = factory('#field:text', props={'label': ('label', 'Label'), 'help': ('help', 'Help')})

rnixx commented 10 years ago

asap was a little optimistic, recent master branches ship with german and english core message translations. effected packages are

translations are registered by yafowil.plone