added Ukrainian translation

This commit is contained in:
sergge1 2020-01-31 11:18:43 +02:00 committed by GitHub
parent 602119fa41
commit c41d6965ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ var translations = {
"sk" : "translations/sk.json", // Slovak
"tlh" : "translations/tlh.json", // Klingon
"ms-my" : "translations/ms-my.json", // Malay
"he" : "translations/he.json" // Hebrew
"he" : "translations/he.json", // Hebrew
"uk" : "translations/uk.json" // Ukrainian
};
if (typeof module !== "undefined") {module.exports = translations;}