hi all,
i think the following is a bug: setting 'pyramid.default_locale_name'
via

  config.add_settings({'pyramid.default_locale_name': 'de_DE'})

does not work, because pyramid.i18n.get_locale_name does only lookup
'default_locale_name' and the settings-normalization which is done for
the settings passed to Configurator upon initialization is not
performed for settings added via config.add_settings. (The same holds
for other 'pyramid.'-prefixed settings, i guess.)

regards
robert

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to