Commit e19ac9d0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_ui_test: fr language will be used in some tests

parent 5c4a03f6
portal = context.getPortalObject() portal = context.getPortalObject()
Localizer = portal.Localizer Localizer = portal.Localizer
for language in ('wo', 'xh'): for language in ('fr', 'wo', 'xh'):
Localizer.manage_addLanguage(language) Localizer.manage_addLanguage(language)
for catalog in Localizer.objectValues(): for catalog in Localizer.objectValues():
catalog.manage_addLanguage(language) catalog.manage_addLanguage(language)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment