locales icon indicating copy to clipboard operation
locales copied to clipboard

:earth_americas: a set of locales generated from the CLDR Project which can be used independently or within an i18n package; these were built for use with, but not exclusive to https://github.com/go-p...

Results 15 locales issues
Sort by recently updated
recently updated
newest added

Add test for zh_Hant_TW locale and also fix timezones wording as Traditional Chinese. I don't really understand like TestPluralsRange and TestPluralsOrdinal and other PluralsXXX func mean. Please give me any...

Help with tests requested, there are so many locales I just don't have time to add tests for all of them. The locales were generated from the CLDR Project, of...

help wanted

``` package main import ( "fmt" "time" "github.com/go-playground/locales/en" ) func main() { datetime := time.Date(2016, 02, 03, 0, 0, 1, 0, time.Local) l := en.New() fmt.Println(l.FmtTimeShort(datetime)) } ``` That code...

### Description This issue follows from #41 where the same bug is present in a number of the 'en' locales. Any of the en locales which should be formatting time...

fix simplified Chinese in zh_Hant_TW/zh-Hant-TW.go:70