Ukrainian language tooling for Crystal.
require "ukrainian"
Ukrainian.transliterate("Київ; Харків; Одеса; Дніпро")
# 🇺🇦 => "Kyiv; Kharkiv; Odesa; Dnipro"
Ukrainian.transliterate("Майдан Незалежності")
# 🇺🇦 => "Maidan Nezalezhnosti"
Ukrainian.transliterate("Національний Технічний Університет «Дніпровська Політехніка»")
# 🇺🇦 => "Natsionalnyi Tekhnichnyi Universytet «Dniprovska Politekhnika»"
Simple, high throughput Ukrainian transliteration for working with large volumes of data.
Compliant with the Ukrainian National transliteration system (2010 version).
-
Add the dependency to your
shard.yml
:dependencies: ukrainian: github: lucasintel/ukrainian
-
Run
shards install
- Fork it (https://github.com/lucasintel/ukrainian/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Lucas M. D. - creator and maintainer