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

View File

@ -6,7 +6,7 @@
StrolchLocalizeBehaviorImpl = { StrolchLocalizeBehaviorImpl = {
attached: function () { attached: function () {
var locale = Strolch.getUserLocale(); 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 // load the language resource of the configured language
this.language = locale; this.language = locale;