Adding a Malay translations

This commit is contained in:
Zulkifli Mohamed
2019-08-06 08:36:39 +08:00
parent bd8bfeb525
commit 9f63172b43
2 changed files with 35 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ var translations = {
"cs" : "translations/cs.json", // Czech
"hr" : "translations/hr.json", // Croatian
"sk" : "translations/sk.json", // Slovak
"tlh" : "translations/tlh.json" // Klingon
"tlh" : "translations/tlh.json", // Klingon
"ms-my" : "translations/ms-my.json" // Malay
};
if (typeof module !== "undefined") {module.exports = translations;}