Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alameya/translit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstallationBuild StatusLicense

codebeat badge Coverage Status

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

Installation

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

Build Status

Branch Status
master Build Status
develop Build Status

License

EKOL

About

Go package for Russian text transliteration

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.0%
  • Makefile 9.0%