fix nl transation

pull/89/head
Michael Aschauer 2020-02-21 10:54:05 -08:00
rodzic d6ede5949b
commit 498cdcdfe4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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