diff --git a/README.md b/README.md index c367c1e3..03aa7815 100644 --- a/README.md +++ b/README.md @@ -1522,6 +1522,7 @@ _**Unofficial** set of patterns for structuring projects._ * [transliterator](https://github.com/alexsergivan/transliterator) - Provides one-way string transliteration with supporting of language-specific transliteration rules. * [whatlanggo](https://github.com/abadojack/whatlanggo) - Natural language detection package for Go. Supports 84 languages and 24 scripts (writing systems e.g. Latin, Cyrillic, etc). * [when](https://github.com/olebedev/when) - Natural EN and RU language date/time parser with pluggable rules. +* [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. **[⬆ back to top](#contents)** @@ -3040,4 +3041,4 @@ _**Unofficial** set of patterns for structuring projects._ * [Your basic Go](http://yourbasic.org/golang) - Huge collection of tutorials and how to's. * [Learning Go by examples](https://dev.to/aurelievache/learning-go-by-examples-introduction-448n) - Serie of article in order to learn Golang language by concrete applications as example -**[⬆ back to top](#contents)** \ No newline at end of file +**[⬆ back to top](#contents)**