update translations

This commit is contained in:
Luke Pulverenti 2016-02-10 14:16:48 -05:00
parent 9e8e2dddad
commit 569aa605b4
93 changed files with 1443 additions and 319 deletions

View file

@ -17,6 +17,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<content></content>
<div id="extraContent" tabindex="-1">focusable extra content</div>
</template>
</dom-module>
@ -31,7 +33,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
behaviors: [
Polymer.IronMenubarBehavior
]
],
get extraContent() {
return this.$.extraContent;
}
});