Class: Babosa::Transliterator::Ukrainian
- Defined in:
- lib/babosa/transliterator/ukrainian.rb
Constant Summary collapse
- APPROXIMATIONS =
{ "Г" => "H", "г" => "h", "Ґ" => "G", "ґ" => "g", "є" => "ie", "И" => "Y", "и" => "y", "І" => "I", "і" => "i", "ї" => "i", "Й" => "Y", "й" => "i", "Х" => "Kh", "х" => "kh", "Ц" => "Ts", "ц" => "ts", "Щ" => "Shch", "щ" => "shch", "ю" => "iu", "я" => "ia", "'" => "" }.freeze
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Cyrillic
Methods inherited from Base
#[], #initialize, #transliterate
Constructor Details
This class inherits a constructor from Babosa::Transliterator::Base