Class: Babosa::Transliterator::German

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

#approximations

Method Summary

Methods inherited from Base

#[], #initialize, #transliterate

Constructor Details

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