├── LICENSE ├── README.md ├── am-table.js ├── favicon.ico ├── index.html └── transliterate.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/README.md -------------------------------------------------------------------------------- /am-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/am-table.js -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/index.html -------------------------------------------------------------------------------- /transliterate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohliam/amharic-transliteration/HEAD/transliterate.js --------------------------------------------------------------------------------