From a4864bc920e65a9e1b9e784b8b49c3dd97ea15bc Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Tue, 24 May 2022 07:09:15 +0200 Subject: [PATCH] add spreak (#4226) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66f4f089..26261a10 100644 --- a/README.md +++ b/README.md @@ -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