update translations

This commit is contained in:
Luke Pulverenti 2015-07-08 20:20:01 -04:00
parent 8030454e19
commit 22586c7a8f
41 changed files with 17432 additions and 17417 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.1",
"version": "1.0.2",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",
@ -30,11 +30,11 @@
"web-component-tester": "*"
},
"homepage": "https://github.com/polymerelements/iron-a11y-announcer",
"_release": "1.0.1",
"_release": "1.0.2",
"_resolution": {
"type": "version",
"tag": "v1.0.1",
"commit": "699697fe8935400ab11e3e33cd6a5a54d762300e"
"tag": "v1.0.2",
"commit": "6010b30a67a12333f76394a558c820db727f7c84"
},
"_source": "git://github.com/polymerelements/iron-a11y-announcer.git",
"_target": "^1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.1",
"version": "1.0.2",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",

View file

@ -114,7 +114,7 @@ Note: announcements are only audible if you have a screen reader enabled.
Polymer.IronA11yAnnouncer.requestAvailability = function() {
if (!Polymer.IronA11yAnnouncer.instance) {
document.createElement('iron-a11y-announcer');
Polymer.IronA11yAnnouncer.instance = document.createElement('iron-a11y-announcer');
}
document.body.appendChild(Polymer.IronA11yAnnouncer.instance);