From 17fc4adcd8ce5431cb618ac464240caa85a791aa Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Wed, 9 Nov 2022 00:30:28 +1100 Subject: [PATCH] add package btnguyen2k/goyai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee57aaa2..e3c3330a 100644 --- a/README.md +++ b/README.md @@ -1786,6 +1786,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis) - [go-localize](https://github.com/m1/go-localize) - Simple and easy to use i18n (Internationalization and localization) engine - used for translating locale strings. - [go-mystem](https://github.com/dveselov/mystem) - CGo bindings to Yandex.Mystem - russian morphology analyzer. - [go-pinyin](https://github.com/mozillazg/go-pinyin) - CN Hanzi to Hanyu Pinyin converter. +- [goyai](https://github.com/btnguyen2k/goyai) - I18n package for Go, support plural forms and can be used in `html/template` templates. - [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.