No commit activity in last 3 years
No release in over 3 years
Translits doubly translitting russian chars
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
 Project Readme

#SmartTranslitter

Build Status

SmartTranslitter allows you to transliterate words from russian cyrillic to latin characters, considering double cases.

Example: in different standards russian char "Х" can transliterate as "H" or "Kh".

Позволяет производить транслитерацию слов на кириллице в латиницу, в учетом различных вариантов транслитерации.

Пример: в разных стандартах буква "Х" транслитерируется как "H" либо "Kh".

##Installation Add gem "smart_translitter" to the Gemfile and run bundle install

##Usage Type require 'smart_translitter' and call SmartTranslitter.t('Русский текст')

##Requirements Ruby >= 1.9.2