not sure if this is meant to work or not but when I attempt to use the localize function within a dom-repeat template where the item object contains the key for the translation, as opposed to it being hard coded, the translation is not reflected on the screen and instead returns an empty sring
Expected outcome
The text next to the iron icon should be the translated string from locales.json (see example below)
Actual outcome
empty string is displayed next to iron icon (see example below)
Description
Hi all,
not sure if this is meant to work or not but when I attempt to use the localize function within a dom-repeat template where the item object contains the key for the translation, as opposed to it being hard coded, the translation is not reflected on the screen and instead returns an empty sring
Expected outcome
The text next to the iron icon should be the translated string from locales.json (see example below)
Actual outcome
empty string is displayed next to iron icon (see example below)
Steps to reproduce
where item.name contains a valid key name within the locals.json file
Browsers Affected