update translations
This commit is contained in:
parent
9e8e2dddad
commit
569aa605b4
93 changed files with 1443 additions and 319 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue