2.1.0 • Published 2 years ago

translit-rue v2.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

translit — Rusyn transliteration

Rusyn language is written in Cyrillic script. If you lack a proper keyboard or an extra software, writing in Rusyn can take a while.

Translit is a javascript library to transliterate Rusyn language from Latin alphabet to Cyrillic script and vice versa. You can write your text in Latin alphabet and then transliterate it automatically.

Use

Online app

Try at https://tota.sk/translit.

NPM package

Include translit as an NPM package in your web project:

npm install translit-rue

JS library

  • Download dist/translit.min.js and include it in your web project.

Documentation

Transliterate text from Cyrillic script to Latin alphabet:

translitCyrLat(string)

Transliterate text from Latin alphabet to Cyrillic script:

translitLatCyr(string)

License

Licensed under MIT license. (See LICENCE.TXT.)

Special thanks

2.1.0

2 years ago

2.0.7

2 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago