Merge pull request #686 from kpaaro/develop

Added estonian translations
This commit is contained in:
Michael Teeuw
2017-02-07 12:03:20 +01:00
committed by GitHub
2 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ var translations = {
"af" : "translations/af.json", // Afrikaans
"hu" : "translations/hu.json", // Hungarian
"is" : "translations/is.json", // Icelandic
"et" : "translations/et.json", // Estonian
};
if (typeof module !== "undefined") {module.exports = translations;}