[Project] Updated strolch-wc-* versions

This commit is contained in:
Robert von Burg 2020-05-11 16:12:48 +02:00
parent 10eedb9111
commit df4a76fc96
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-localize-behavior",
"description": "Strolch Polymer Localization Behavior extension",
"version": "1.1.6",
"version": "1.1.7",
"authors": [
"Franz Nieschalk",
"Robert von Burg"
@ -20,7 +20,7 @@
"homepage": "https://github.com/4treesCH/strolch-wc-localize-behavior",
"ignore": [],
"dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.3.0",
"strolchjs": "4treesCH/strolchjs#^0.4.0",
"app-localize-behavior": "PolymerElements/app-localize-behavior#^1.0.2"
}

View File

@ -6,7 +6,7 @@
StrolchLocalizeBehaviorImpl = {
attached: function () {
var locale = Strolch.getUserLocale();
console.log("Initializing for '" + this.localName + "' for locale " + locale + " and path " + this.localesPath);
//console.log("Initializing for '" + this.localName + "' for locale " + locale + " and path " + this.localesPath);
// load the language resource of the configured language
this.language = locale;