Skip to content

Instantly share code, notes, and snippets.

@dzhioev
Created July 13, 2015 21:51
Show Gist options
  • Save dzhioev/8cad98acf67442fc5031 to your computer and use it in GitHub Desktop.
Save dzhioev/8cad98acf67442fc5031 to your computer and use it in GitHub Desktop.
<dom-module name="x-foo">
<template>
<span>{{S.someTranslatedString}}</span>
</template>
</dom-module>
...
Polymer({
is: 'x-foo',
behaviors: [ I18nBehavior ]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment