Class: Babosa::Transliterator::Danish
- Defined in:
- lib/babosa/transliterator/danish.rb
Constant Summary collapse
- APPROXIMATIONS =
{ "æ" => "ae", "ø" => "oe", "å" => "aa", "Ø" => "Oe", "Å" => "Aa" }.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