Skip to content

XMOVETON/TranslitJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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); // Привет

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published