From 1bdbc92f42f415b4bad1cc16ea3eb9b128d1e57d Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 8 Mar 2017 16:34:42 +0100 Subject: [PATCH] [Fix] Use key if missing --- strolch-wc-localize-behavior.html | 1 + 1 file changed, 1 insertion(+) diff --git a/strolch-wc-localize-behavior.html b/strolch-wc-localize-behavior.html index b42213e..d554b32 100644 --- a/strolch-wc-localize-behavior.html +++ b/strolch-wc-localize-behavior.html @@ -15,6 +15,7 @@ // load the language resource of the configured language this.language = strolchLocalLanguage; + this.useKeyIfMissing = true; this.loadResources(strolchLocalResourceUrl); } };