mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-09 14:56:31 +02:00
Added bg
specific transliteration according BGN/PCGN (2013)
This commit is contained in:
@@ -1868,6 +1868,10 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
|
|||||||
'de' => [
|
'de' => [
|
||||||
['ä', 'ö', 'ü', 'Ä', 'Ö', 'Ü' ],
|
['ä', 'ö', 'ü', 'Ä', 'Ö', 'Ü' ],
|
||||||
['ae', 'oe', 'ue', 'AE', 'OE', 'UE'],
|
['ae', 'oe', 'ue', 'AE', 'OE', 'UE'],
|
||||||
|
],
|
||||||
|
'bg' => [
|
||||||
|
['х', 'Х', 'щ', 'Щ', 'ъ', 'Ъ'],
|
||||||
|
['h', 'H', 'sht', 'SHT', 'a', 'А']
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user