fix: slugify transliterates now much better

This commit is contained in:
2026-03-01 07:12:38 +01:00
parent 583c37473a
commit 289535021a
7 changed files with 149 additions and 10 deletions

14
package-lock.json generated
View File

@@ -50,6 +50,7 @@
"simple-git": "^3.31.1",
"smol-toml": "^1.6.0",
"snowball-stemmers": "^0.6.0",
"transliteration": "^2.6.1",
"turndown": "^7.2.2",
"uuid": "^13.0.0",
"vanilla-calendar-pro": "^3.1.0",
@@ -15228,6 +15229,19 @@
"node": ">=20"
}
},
"node_modules/transliteration": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/transliteration/-/transliteration-2.6.1.tgz",
"integrity": "sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w==",
"license": "MIT",
"bin": {
"slugify": "dist/bin/slugify",
"transliterate": "dist/bin/transliterate"
},
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/tree-dump": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz",