cocur / slugify

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
MIT License
2.87k stars 251 forks source link

Add Yiddish language ruleset #336

Closed yankl closed 8 months ago

yankl commented 8 months ago

Added a ruleset for Yiddish, and added it to the default languages, as it's the only language so far here that uses this character set, and for any other languages that use these letters (e.g., Hebrew, Aramaic), it will be much better to have the Yiddish ruleset than nothing. I also added a test to defaultRuleProvider and ran the tests -- everything still passes.

florianeckerstorfer commented 8 months ago

I think you need to run php bin/generate-default.php and commit the generated file

yankl commented 8 months ago

Sure, done! Since it's generated automatically I wasn't sure if I was supposed to include it in the PR.

florianeckerstorfer commented 8 months ago

@yankl Nice, thank you,