Installation • Build Status • License
translit is a Go package for Russian text transliteration.
Supported output formats:
- Scientific
- ISO 9:1995/A ГОСТ 7.79-2000/A
- ISO 9:1995/B ГОСТ 7.79-2000/Б
- BGN/PCGN
- ALA-LC
- BS 2979:1958
- ICAO
Before the initial install allows git to use redirects for pkg.re service (reason why you should do this described here):
git config --global http.https://pkg.re.followRedirects true
Make sure you have a working Go 1.8+ workspace (instructions), then:
go get pkg.re/essentialkaos/translit.v2
For update to latest stable release, do:
go get -u pkg.re/essentialkaos/translit.v2
| Branch | Status |
|---|---|
master |
|
develop |