Hi all!
I am writing an extension for Karachay Wikipedia. The extension gives users option to convert the page from Cyrillic to Latin. The discussion about it is here: https://krc.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0...
The design is very simple and is similar to Serbian Converterhttps://sr.wikipedia.org/wiki/%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B0. There is a switcher which have two options: Cyrillic and Latin. If user choses Latin he gets converted page. Cyrillic is by default.
The development is on GitHub. https://github.com/soslan/KB-Cyrl2Latn-Converter It is not finished yet. I am going to add corresponding option to User Settings and switch to HTML parser. Currently it uses regex to determine what to translate.
What do you think about user experience?
Thanks, Soslan Khubulov