Skip to content

Commit

Permalink
Merge pull request #4 from oc/patch-1
Browse files Browse the repository at this point in the history
Update script.js
  • Loading branch information
adamjgrant authored Mar 4, 2024
2 parents f05a038 + 8ea4e2d commit 4e9537e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function slugify(text, separator) {

const sets = [
{ to: "a", from: "[ÀÁÂÃÅÆĀĂĄẠẢẤẦẨẪẬẮẰẲẴẶ]" },
{ to: "ae", from: "[Ä]" },
{ to: "ae", from: "[ÄÆ]" },
{ to: "c", from: "[ÇĆĈČ]" },
{ to: "d", from: "[ÐĎĐÞ]" },
{ to: "e", from: "[ÈÉÊËĒĔĖĘĚẸẺẼẾỀỂỄỆ]" },
Expand All @@ -34,7 +34,7 @@ function slugify(text, separator) {
{ to: "m", from: "[Ḿ]" },
{ to: "n", from: "[ÑŃŅŇ]" },
{ to: "o", from: "[ÒÓÔÕØŌŎŐỌỎỐỒỔỖỘỚỜỞỠỢǪǬƠ]" },
{ to: "oe", from: "[΅]" },
{ to: "oe", from: "[ŒÖØ]" },
{ to: "p", from: "[ṕ]" },
{ to: "r", from: "[ŔŖŘ]" },
{ to: "s", from: "[ŚŜŞŠ]" },
Expand Down

0 comments on commit 4e9537e

Please sign in to comment.