Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

da.php

File

core/lib/Drupal/Component/Transliteration/data/da.php

View source
<?php


/**
 * @file
 * Danish transliteration data for the PhpTransliteration class.
 */
$overrides['da'] = [
    0xc5 => 'Aa',
    0xd8 => 'Oe',
    0xe5 => 'aa',
    0xf8 => 'oe',
];
RSS feed
Powered by Drupal