add spreak (#4226)

This commit is contained in:
Florian Vogt 2022-05-24 07:09:15 +02:00 committed by GitHub
parent 1ca2304b15
commit a4864bc920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1765,6 +1765,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis)
- [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go.
- [icu](https://github.com/goodsign/icu) - Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1.
- [iuliia-go](https://github.com/mehanizm/iuliia-go) - Transliterate Cyrillic → Latin in every possible way.
- [spreak](https://github.com/vorlif/spreak) - Flexible translation and humanization library for Go, based on the concepts behind gettext.
- [t](https://github.com/youthlin/t) - Another i18n pkg for golang, which follows GNU gettext style and supports .po/.mo files: `t.T (gettext)`, `t.N (ngettext)`, etc. And it contains a cmd tool [xtemplate](https://github.com/youthlin/t/blob/main/cmd/xtemplate), which can extract messages as a pot file from text/html template.
### Transliteration