module Iuliia::AlaLcAlt

Overview

The AlaLcAlt module provides transliteration (Engine.translate) using the ALA-LC transliteration schema..

More information (in Russian)

Examples

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

Included Modules

Extended Modules

Defined in:

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