da.php in Drupal 8
Same filename and directory in other branches
File
core/lib/Drupal/Component/Transliteration/data/da.phpView source
<?php
/**
* @file
* Danish transliteration data for the PhpTransliteration class.
*/
$overrides['da'] = [
0xc5 => 'Aa',
0xd8 => 'Oe',
0xe5 => 'aa',
0xf8 => 'oe',
];