Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 424 Bytes

Latin to cyrillic

Translation of Latin letters into Cyrillic

Example use

<script src='src/javascripts/Latins_to_Cyrillic.js'></script>
<script src='src/javascripts/TranslitJS.js'></script>
const latin = 'Ghbdtn'; // Привет
const xTranslitJS = new TranslitJS(latin);

const otvet = xTranslitJS.latin_to_cyrillic(); // Our answer

console.log(otvet); // Привет