51 'crh' => CrhConverter::class,
52 'gan' => GanConverter::class,
53 'iu' => IuConverter::class,
54 'kk' => KkConverter::class,
55 'ku' => KuConverter::class,
56 'shi' => ShiConverter::class,
57 'sr' => SrConverter::class,
58 'tg' => TgConverter::class,
59 'uz' => UzConverter::class,
60 'zh' => ZhConverter::class,
78 if ( $usePigLatinVariant ) {
79 $this->converterClasses[
'en'] = EnConverter::class;
91 $code = mb_strtolower( $code );
105 $lang = $language ?? ( $this->defaultLanguage )();
106 if ( isset( $this->cache[
$lang->getCode()] ) ) {
107 return $this->cache[
$lang->getCode()];
109 $class = $this->classFromCode(
$lang->getCode() );
111 $converter =
new $class(
$lang );
112 $this->cache[
$lang->getCode()] = $converter;
Crimean Tatar (Qırımtatarca) converter routines.
Conversion script between Latin and Syllabics for Inuktitut.
Kazakh (Қазақша) converter routines.
Kurdish converter routines.
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Conversion script between Latin and Tifinagh for Tachelhit.
There are two levels of conversion for Serbian: the script level (Cyrillics <-> Latin),...
Converts Tajiki to Latin orthography.
A trivial language converter.
The shared interface for all language converters.
if(!isset( $args[0])) $lang