go-playground / locales

: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-playground/universal-translator
MIT License
268 stars 55 forks source link

Update data from CLDR v32 to v34. #34

Closed bojanz closed 3 years ago

bojanz commented 3 years ago

Here's an attempt to do #33 in pieces. Instead of going to v38 we first go to v34. I tried v35.1 but it didn't generate cleanly.

There was one failing test, ru-RU.go:

 --- FAIL: TestFmtTimeFull (0.00s)
    ru_RU_test.go:858: Expected '9:05:01 Восточная Америка, стандартное время' Got '09:05:01 Восточная Америка, стандартное время'
--- FAIL: TestFmtTimeLong (0.00s)
    ru_RU_test.go:889: Expected '9:05:01 EST' Got '09:05:01 EST'
--- FAIL: TestFmtTimeMedium (0.00s)
    ru_RU_test.go:915: Expected '9:05:01' Got '09:05:01'
--- FAIL: TestFmtTimeShort (0.00s)
    ru_RU_test.go:941: Expected '9:05' Got '09:05'
FAIL

Fixed in a followup commit. The build is now green.

bojanz commented 3 years ago

Huh. v35.1 didn't work, but v36.1 did. Closing this PR in favor of #35.