Translations test

This commit is contained in:
Chris van Marle
2017-01-25 21:00:06 +01:00
parent fd738e5c8b
commit 123392c549
2 changed files with 98 additions and 0 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;}