add github.com/youthlin/t

add a i18n package
This commit is contained in:
Youth.霖 2021-09-14 23:09:10 +08:00 committed by Avelino
parent 7ce2d24dda
commit d9ce43d71d

View File

@ -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. * [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). * [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. * [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)** **[⬆ back to top](#contents)**