You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue. using pyramid_skins 1.0 with pyramid 1.4
i have attached the currently active locale as a custom predicate to the request, so i can output it for debugging purposes inside a skin template, and it is correctly set (i.e. de instead of the default en) yet all content is displayed in english.
Pyramid passes at least a custom translate function to Chameleon, and possibly also target_language. If pyramid_skins does not do the same, then it's a bug I'd say, but I need to take a closer look.
I have noticed that standard chamelon i18n support is not working while using pyramid_skins.
The above example works fine (message is translated) when rendered directly by pyramid.
It doesn't work when I use renderer='skin'.
The text was updated successfully, but these errors were encountered: