Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 495 Bytes

Transliterates Georgian text (the Mkhedruli script) into Latin characters.

Install

yarn add latinize-georgian

Usage

import latinizeGeorgian from 'latinize-georgian'

latinizeGeorgian('შენ ხარ ვენახი. მე ვარ მჭამელი.')
// => 'Shen khar venakhi. Me var mch'ameli.'

Contribute

If you want to add an alternative transliteration schema, make an issue and we can discuss.