这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function is(x) {
"拾叄", // Chinese (Traditional) (Upper case)
"サーティーン", // Japanese
"13", // Japanese full-width
"trinaest", // Croatian
"trinaest", // Croatian / Serbian (latin)
"tretten", // Danish / Norwegian
"kolmteist", // Estonian
"labintatlo", // Filipino
Expand Down Expand Up @@ -109,6 +109,7 @@ function is(x) {
"ਤੇਰਾਂ", // Punjabi
"treisprezece", // Romanian
"тринадцать", // Russian
"тринаест", // Serbian (cyrillic)
"trinásť", // Slovak
"trinajst", // Slovenian
"trece", // Spanish
Expand Down
3 changes: 2 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tap.equal(is("тринайсе").thirteen(), true); // Also Bulgarian
tap.equal(is("tretze").thirteen(), true); // Catalan
tap.equal(is("napulo ug tulo").thirteen(), true); // Cebuano
tap.equal(is("十三").thirteen(), true); // Chinese (Traditional)
tap.equal(is("trinaest").thirteen(), true); // Croatian
tap.equal(is("trinaest").thirteen(), true); // Croatian / Serbian (latin)
tap.equal(is("tretten").thirteen(), true); // Danish / Norwegian
tap.equal(is("kolmteist").thirteen(), true); // Estonian
tap.equal(is("thirteen").thirteen(), true); // English
Expand Down Expand Up @@ -95,6 +95,7 @@ tap.equal(is("treze").thirteen(), true); // Portoguese
tap.equal(is("ਤੀਹ").thirteen(), true); // Punjabi
tap.equal(is("treisprezece").thirteen(), true); // Romanian
tap.equal(is("тринадцать").thirteen(), true); // Russia
tap.equal(is("тринаест").thirteen(), true); // Serbian (cyrillic)
tap.equal(is("trinásť").thirteen(), true); // Slovak
tap.equal(is("wa’maH wej").thirteen(), true); // Klingon
tap.equal(is("trinajst").thirteen(), true); // Slovenian
Expand Down