Project

languager

0.0
No commit activity in last 3 years
No release in over 3 years
Translate string to given language by keyboard layout. Useful to auto convert user input from wrong language to target languages in search queries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1.0
~> 1.8.3
~> 3.12
 Project Readme

Introduction

Languager extends string to translate it to specified language by keyboard layout (like Punto Switcher). Currently supporting only translation from english to russian. It will be useful to autocorrect user's input in wrong keyboard layout in search queries.

This document describes installation and usage of languager.

Please report issues on Github.

For feedback, suggestions, etc. write to aishek@gmail.com.

Build Status

Installation

To install:

gem install languager

or with a Gemfile:

gem 'languager'
bundle install

Usage

Usage in Ruby program:

require 'languager'

query = "ghbdtn^ vbh!"
query.to_ru # 'привет, мир!'

Documentation

The RubyDoc documentation is available online.

Copyright

Copyright (c) 2012 Alexandr Borisov. See LICENSE.txt for further details.