Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Data hc.Locale = Locale{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type Locale ¶
type Locale struct {
// contains filtered or unexported fields
}
func (Locale) PluralForm ¶
"pluralRule-count-one": "i = 1 and v = 0 @integer 1", "pluralRule-count-few": "v != 0 or n = 0 or n != 1 and n % 100 = 1..19 @integer 0, 2~16, 101, 1001, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …", "pluralRule-count-other": " @integer 20~35, 100, 1000, 10000, 100000, 1000000, …"
Click to show internal directories.
Click to hide internal directories.