You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
764 B
PHTML
6 lines
764 B
PHTML
7 months ago
|
<?php
|
||
|
/**
|
||
|
* Credit (https://www.russianlessons.net/lessons/lesson1_alphabet.php)
|
||
|
*/
|
||
|
return['A'=> '[\u0410\u0430]', 'B'=> '[\u0411\u0431]', 'V'=> '[\u0412\u0432]', 'G'=> '[\u0413\u0433]', 'D'=> '[\u0414\u0434]', 'YE'=> '[\u0415\u0435]', 'YO'=> '[\u0401\u0451]', 'ZH'=> '[\u0416\u0436]', 'Z'=> '[\u0417\u0437]', 'EE'=> '[\u0418\u0438]', 'YI'=> '[\u0419\u0439]', 'K'=> '[\u041A\u043A]', 'L'=> '[\u041B\u043B]', 'M'=> '[\u041C\u043c]', 'P'=> '[\u041F\u043F]', 'T'=> '[\u0422\u0442]', 'U'=> '[\u0423\u0443]', 'F'=> '[\u0424\u0444]', 'H'=> '[\u0425\u0445]', 'TS'=> '[\u0426\u0446]', 'CH'=> '[\u0427\u0447]', 'SH'=> '[\u0428\u0448\u0429\u0449]', 'I'=> '[\u042B\u044B]', 'E'=> '[\u042D\u044D]', 'YU'=> '[\u042E\u044E]', 'YA'=> '[\u042F\u044F]', 'N'=> '[\u041D\u043D]'];
|