module Iuliia::Mvd310

Overview

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"

Included Modules

Extended Modules

Defined in:

iuliia/schemas/mvd_310.cr

Instance Method Summary

Instance methods inherited from module Iuliia::Engine

description : String description, name : String name, translate(string : String) : String translate

Instance Method Detail

def description : String #

Returns the transliteration schema description.


[View source]
def name : String #

Returns the transliteration schema name.


[View source]