PolymerElements / app-localize-behavior

Polymer behaviour to help internationalize your application
48 stars 55 forks source link

localization and iron-pages #79

Closed mlabarre closed 7 years ago

mlabarre commented 7 years ago

Hello I've set localization with AppLocalizeBehavior in my app page and result is good. When I go to an another page (via iron-pages) then localization no longer works. I don't convert from js , only in template ex : {{localize('my-key')}}. I've set a console log in localize function and no message appears : function is not called. My page contains the behavior of course... Any idea ? Path limitation (I pass from / to /test). Many thanks

mlabarre commented 7 years ago

Sorry. It's seems that item #46 is the response ! Thanks