Skip to content

Commit

Permalink
Add todo to match normalization to v2 generation
Browse files Browse the repository at this point in the history
Want to match #2059, but that would change output so deferring to v2.
  • Loading branch information
caendesilva committed Dec 22, 2024
1 parent 586492a commit 011d4a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public static function makeSlug(string $value): string
// Transliterate international characters to ASCII
$value = Str::transliterate($value);

// Todo: In v2.0 we will use the following dictionary: ['@' => 'at', '&' => 'and']

return Str::slug($value);
}

Expand Down

0 comments on commit 011d4a0

Please sign in to comment.