Class: Babosa::Transliterator::German
- Defined in:
- lib/babosa/transliterator/german.rb
Constant Summary collapse
- APPROXIMATIONS =
{ "ä" => "ae", "ö" => "oe", "ü" => "ue", "Ä" => "Ae", "Ö" => "Oe", "Ü" => "Ue" }.freeze
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, #transliterate
Constructor Details
This class inherits a constructor from Babosa::Transliterator::Base