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

Breadcrumb

  1. Drupal Core 11.1.x
  2. AsciiSlugger.php

AsciiSlugger::LOCALE_TO_TRANSLITERATOR_ID

File

vendor/symfony/string/Slugger/AsciiSlugger.php, line 28

Class

AsciiSlugger
@author Titouan Galopin <galopintitouan@gmail.com>

Namespace

Symfony\Component\String\Slugger

Code

private const LOCALE_TO_TRANSLITERATOR_ID = [
    'am' => 'Amharic-Latin',
    'ar' => 'Arabic-Latin',
    'az' => 'Azerbaijani-Latin',
    'be' => 'Belarusian-Latin',
    'bg' => 'Bulgarian-Latin',
    'bn' => 'Bengali-Latin',
    'de' => 'de-ASCII',
    'el' => 'Greek-Latin',
    'fa' => 'Persian-Latin',
    'he' => 'Hebrew-Latin',
    'hy' => 'Armenian-Latin',
    'ka' => 'Georgian-Latin',
    'kk' => 'Kazakh-Latin',
    'ky' => 'Kirghiz-Latin',
    'ko' => 'Korean-Latin',
    'mk' => 'Macedonian-Latin',
    'mn' => 'Mongolian-Latin',
    'or' => 'Oriya-Latin',
    'ps' => 'Pashto-Latin',
    'ru' => 'Russian-Latin',
    'sr' => 'Serbian-Latin',
    'sr_Cyrl' => 'Serbian-Latin',
    'th' => 'Thai-Latin',
    'tk' => 'Turkmen-Latin',
    'uk' => 'Ukrainian-Latin',
    'uz' => 'Uzbek-Latin',
    'zh' => 'Han-Latin',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal