mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza)
This commit is contained in:
parent
e66255cfb3
commit
340a779cfd
@ -47,6 +47,7 @@ class Transliterator {
|
||||
'þ'=>'b', 'ÿ'=>'y', 'Ŕ'=>'R', 'ŕ'=>'r',
|
||||
'Ā'=>'A', 'ā'=>'a', 'Ē'=>'E', 'ē'=>'e', 'Ī'=>'I', 'ī'=>'i', 'Ō'=>'O', 'ō'=>'o', 'Ū'=>'U', 'ū'=>'u',
|
||||
'œ'=>'oe', 'ß'=>'ss', 'ij'=>'ij',
|
||||
'ą'=>'a','ę'=>'e', 'ė'=>'e', 'į'=>'i','ų'=>'u','ū'=>'u', 'Ą'=>'A','Ę'=>'E', 'Ė'=>'E', 'Į'=>'I','Ų'=>'U','Ū'=>'u'
|
||||
);
|
||||
|
||||
return strtr($source, $table);
|
||||
|
Loading…
Reference in New Issue
Block a user