Update index.js

This commit is contained in:
Cedric Zirtacic
2016-03-24 15:02:26 +02:00
parent 670179188b
commit 9b9b712348

View File

@@ -17,7 +17,8 @@ function is(x) {
// Languages
"thirteen", // English
"тринадцать" // Russia
"тринадцать", // Russia
"trece" // Spanish
]
if (thirteenStrings.indexOf(x.toLowerCase()) > -1) {