With Transliteration module in D7 and D6 it was possible to create custom transliteration patterns like 'æ' => 'ae' and 'ø' => 'oe' and so forth.

How can I accomplish this in D8 today?

Comments

achton created an issue. See original summary.

achton’s picture

Issue summary: View changes
int_ua’s picture

Status: Active » Fixed

Either use hook_transliteration_overrides_alter or submit changes to the official transliteration rules for the language in question, see example at https://www.drupal.org/project/drupal/issues/3169212

Update: and you can use the same patch with composer patches system.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.