module

Iuliia::Mvd310

Inherits Iuliia::Engine

The Mvd310 module provides transliteration (Engine.translate) using the MVD 310-1997 transliteration schema.

More information (in Russian)

Examples

Iuliia::Mvd310.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Yuliya, syesh' eshche etikh myagkikh frantsuzskikh bulok iz Yoshkar-Oly, da vypey altayskogo chayu"

Iuliia::Mvd310.translate("Юлия Щеглова")
# => "Yuliya Shcheglova"

Iuliia::Mvd310.translate("Гайа Васильева")
# => "Gaya Vasilyeva"

Iuliia::Mvd310.translate("Андрей Видный")
# => "Andrey Vidnyy"

Instance methods

description

Returns the transliteration schema description.

Source
name

Returns the transliteration schema name.

Source