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

https://github.com/annexare/ukrainelatin

A new proposal for Ukrainian Latin with transliteration from Cyrillic.
https://github.com/annexare/ukrainelatin

cyrillic latin transliteration ukraine ukrainian

Last synced: 5 days ago
JSON representation

A new proposal for Ukrainian Latin with transliteration from Cyrillic.

Awesome Lists containing this project

README

        

[![UkraineLatin Tests](https://github.com/annexare/UkraineLatin/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/annexare/UkraineLatin/actions/workflows/tests.yml)
[![Monthly Downloads](https://img.shields.io/npm/dm/ukraine-latin.svg)](https://www.npmjs.com/package/ukraine-latin)

# Ukraine + Latin

A new proposal for Ukrainian Latin with transliteration from Cyrillic.

## Usage

Zero-dependency **1.5**kB (**765**B min + gz) NPM package:

```bash
npm install ukraine-latin
```

```ts
import { UkraineLatinTranslit } from 'ukraine-latin'

const translit = new UkraineLatinTranslit()
const cyrillicText = translit.toCyrillic('Test')
const latinText = translit.toLatin('Тест')
```