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
- Host: GitHub
- URL: https://github.com/edenlabllc/translit
- Owner: edenlabllc
- License: mit
- Created: 2018-04-25T10:30:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T19:12:45.000Z (about 7 years ago)
- Last Synced: 2025-02-01T10:47:18.838Z (3 months ago)
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).