use kinako instead of anko

This commit is contained in:
Yasuhiro Matsumoto
2017-06-16 16:06:17 +09:00
parent 28bb992796
commit 9bcfe68591
20 changed files with 2758 additions and 4719 deletions

View File

@@ -265,7 +265,7 @@ PO format supports defining one or more plural forms for the same translation.
Relying on the PO file headers, a Plural-Forms formula can be set on the translation file
as defined in (https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Plural-forms.html)
Plural formulas are parsed and evaluated using [Anko](https://github.com/mattn/anko)
Plural formulas are parsed and evaluated using [Kinako](https://github.com/mattn/kinako)
```go
import "github.com/leonelquinteros/gotext"