An open API service indexing awesome lists of open source software.

https://github.com/dohliam/amharic-transliteration

A JavaScript-based converter for transliterating Amharic text into Latin characters
https://github.com/dohliam/amharic-transliteration

amharic amharic-transliteration converter javascript latin-characters romanization transliteration

Last synced: 6 months ago
JSON representation

A JavaScript-based converter for transliterating Amharic text into Latin characters

Awesome Lists containing this project

README

          

# Amharic transliteration

A JavaScript-based converter for transliterating Amharic text into Latin characters.

## Usage

To use, simply enter some text in Amharic into the Input box and press the Convert button. The transliterated text will appear in the Output box at the bottom of the page.

## Transliteration

Based on the transliteration system described [here](https://en.wikipedia.org/wiki/Help:IPA_for_Amharic).

## Demo

[Online demo](https://dohliam.github.io/transliteration/amharic/).

Screenshot:

![image](https://cloud.githubusercontent.com/assets/9295750/19216691/908e1382-8d7b-11e6-8add-69482817828f.png)

## LICENSE

MIT.

Uses:

* [skeleton-framework CSS](https://github.com/skeleton-framework/skeleton-framework)
* [github-corners](https://github.com/tholman/github-corners) by @tholman