Client side web application to convert Serbian Latin to Serbian Cyrillic
If you use
https://learn.microsoft.com/en-us/azure/cognitive-services/translator/language-support
to translate from Serbian (Latin) sr-Latn to Serbian (Cyrillic) sr-Cyrl
you can save a lot of money by using my 100% free
100% open source PWA application :
https://topce.github.io/latinica2cirilica/
tool to create skeleton https://github.com/rustwasm/create-wasm-app
https://www.npmjs.com/package/create-wasm-app
Rust library to do work
https://github.com/topce/cirilica
https://www.npmjs.com/package/cirilica
https://docs.rs/cirilica/0.6.0/cirilica/index.html
Rust library to convert Serbian Latin UTF-8 charahters to Serbian Cyrillic UTF-8 charahters, it also convert 2 ASCII charchters nj lj Nj Lj to one Cyrillic UTF-8 and one ASCII and one UTF-8 charchter dž Dž to one Cyrillic UTF-8
use to add PWA so you can "install" it
https://github.com/scriptex/create-pwa
https://www.npmjs.com/package/create-pwa
use github pages to deploy application :