module Iuliia::Telegram

Overview

The Telegram module provides transliteration (Engine.translate) using the Telegram transliteration schema.

More information (in Russian)

Examples

Iuliia::Telegram.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Iuliia, sesh esce etih miagkih francuzskih bulok iz Ioshkar-Oly, da vypei altaiskogo chaiu"

Included Modules

Extended Modules

Defined in:

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