Documentation ¶
Overview ¶
This file is generated by poplural/generator/main.go; DO NOT EDIT
Package poplural provides support for using gettext plural forms in text.
NOTE: The following package are subject to change and are not intended primarily for official use. However, they can be helpful if you want to implement your own catalog. So use them at your own risk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
type PluralFunc ¶
type PluralFunc = func(n interface{}) int
func ForLanguage ¶
func ForLanguage(lang language.Tag) (PluralFunc, bool)
Click to show internal directories.
Click to hide internal directories.