Merge pull request #681 from qistoph/testing

Testing
This commit is contained in:
Michael Teeuw
2017-02-07 12:02:40 +01:00
committed by GitHub
3 changed files with 160 additions and 3 deletions

View File

@@ -31,3 +31,5 @@ var translations = {
"hu" : "translations/hu.json", // Hungarian
"is" : "translations/is.json", // Icelandic
};
if (typeof module !== "undefined") {module.exports = translations;}