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]; }