Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.49 KB

translit — Rusyn transliteration

GitHub package.json version GitHub

The Rusyn language is written in the Cyrillic script, which can be challenging to type if you don’t have the right keyboard or software.

That’s where Translit comes in—a JavaScript library designed to easily transliterate Rusyn text between the Latin alphabet and Cyrillic script. Simply type in Latin letters, and Translit will convert your text to Cyrillic (or the other way around) instantly.

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 a text from the Cyrillic script to the Latin alphabet:

translitCyrLat(string)

Transliterate a text from the Latin alphabet to the Cyrillic script:

translitLatCyr(string)

Support & Feedback

If you like Translit, buy me a coffee to keep the project running.

License

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

Special thanks