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

https://github.com/edenlabllc/translit

A latin to cyrillic ukrainian transliteration
https://github.com/edenlabllc/translit

Last synced: 3 months ago
JSON representation

A latin to cyrillic ukrainian transliteration

Awesome Lists containing this project

README

        

# translit

**A cyrillic ukrainian to latin transliteration based on [decree](http://search.ligazakon.ua/l_doc2.nsf/link1/KP100055.html) of the Cabinet of Ministers of Ukraine**

## Documentation

[hexdocs.pm/translit](https://hexdocs.pm/translit).

## Installation

The package can be installed by adding `translit` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:translit, "~> 0.1.0"}
]
end
```
Available in [Hex](https://hex.pm/packages/translit).