Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilddima/translit-go
Simple go package for translit from Russian to Eng
https://github.com/wilddima/translit-go
go golang russian translit transliteration
Last synced: about 1 month ago
JSON representation
Simple go package for translit from Russian to Eng
- Host: GitHub
- URL: https://github.com/wilddima/translit-go
- Owner: wilddima
- Created: 2017-08-22T17:32:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T19:10:41.000Z (about 7 years ago)
- Last Synced: 2024-06-21T10:23:18.599Z (5 months ago)
- Topics: go, golang, russian, translit, transliteration
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Translit
Translit from russian.
```go
import "translit"translit.Translit("Привет, это тестовое сообщение для транслита.")
// => "Privet, jeto testovoe soobshhenie dlja translita."
```