1
0
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:
iipavlov
2017-05-05 18:20:56 +03:00
parent 50f0cb6356
commit 2838f3412a

View File

@@ -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', 'А']
] ]
]; ];