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
- Host: GitHub
- URL: https://github.com/dohliam/amharic-transliteration
- Owner: dohliam
- License: mit
- Created: 2016-10-09T00:14:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T02:31:06.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:07:53.660Z (6 months ago)
- Topics: amharic, amharic-transliteration, converter, javascript, latin-characters, romanization, transliteration
- Language: JavaScript
- Homepage: https://dohliam.github.io/transliteration/amharic/
- Size: 7.81 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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