Class: Babosa::Transliterator::Swedish

Inherits:
Latin
  • Object
show all
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

#approximations

Method Summary

Methods inherited from Base

#[], #initialize, #transliterate

Constructor Details

This class inherits a constructor from Babosa::Transliterator::Base