Class: Babosa::Transliterator::Swedish
- Defined in:
- lib/babosa/transliterator/swedish.rb
Constant Summary collapse
- APPROXIMATIONS =
{ "å" => "aa", "ä" => "ae", "ö" => "oe", "Å" => "Aa", "Ä" => "Ae", "Ö" => "Oe" }.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