https://github.com/zergon321/translit-mod
https://github.com/zergon321/translit-mod
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zergon321/translit-mod
- Owner: zergon321
- License: apache-2.0
- Created: 2021-02-17T12:22:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T12:25:47.000Z (over 5 years ago)
- Last Synced: 2025-02-24T07:13:54.281Z (over 1 year ago)
- Language: Go
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
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
### Installation
Make sure you have a working Go 1.14+ workspace (_[instructions](https://golang.org/doc/install)_), 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` | [](https://github.com/essentialkaos/translit/actions) |
| `develop` | [](https://github.com/essentialkaos/translit/actions) |
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
### Note by zergon321
This fork is compatible with **Go** modules and the broken module dependency `pkg.re/check.v1` is now replaced with `gopkg.in/check.v1`.