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.
Try at https://tota.sk/translit.
Include translit as an NPM package in your web project:
npm install translit-rue
- Download dist/translit.min.js and include it in your web project.
Transliterate text from Cyrillic script to Latin alphabet:
translitCyrLat(string)
Transliterate text from Latin alphabet to Cyrillic script:
translitLatCyr(string)
Licensed under MIT license. (See LICENCE.TXT.)
- @vit-svoboda for a help with gulp pipeline (2.0.0)