module Iuliia::Bs2979Alt

Overview

The Bs2979Alt module provides transliteration (Engine.translate) using the British Standard 2979:1958 transliteration schema.

More information (in Russian)

Examples

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

Included Modules

Extended Modules

Defined in:

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