module Iuliia::Gost7034

Overview

The Gost7034 module provides transliteration (Engine.translate) using the GOST R 7.0.34-2014 transliteration schema.

More information (in Russian)

Comments

This schema defines alternatives for many letters, but does not specify when to use which:

iuliia uses the first of suggested translations for each such letter.

Examples

Iuliia::Gost7034.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Yuliya, s''esh' eshhyo etix myagkix francuzskix bulok iz Joshkar-Oly, da vypej altajskogo chayu"

Included Modules

Extended Modules

Defined in:

iuliia/schemas/gost_7034.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]