From 498cdcdfe424efed197878ee914c39dbe1a41e33 Mon Sep 17 00:00:00 2001 From: Michael Aschauer Date: Fri, 21 Feb 2020 10:54:05 -0800 Subject: [PATCH] fix nl transation --- stitchcode/locales/lang-nl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitchcode/locales/lang-nl.js b/stitchcode/locales/lang-nl.js index cae5e71a..45a03485 100644 --- a/stitchcode/locales/lang-nl.js +++ b/stitchcode/locales/lang-nl.js @@ -220,4 +220,4 @@ tempDict = { }; // Add attributes to original SnapTranslator.dict.de -for (var attrname in tempDict) { SnapTranslator.dict.de[attrname] = tempDict[attrname]; } +for (var attrname in tempDict) { SnapTranslator.dict.nl[attrname] = tempDict[attrname]; }