Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-04-05 | 280 Bytes | |
goi18n-2.6.0-darwin-amd64 | 2025-04-05 | 3.9 MB | |
goi18n-2.6.0-linux-amd64 | 2025-04-05 | 3.8 MB | |
goi18n-2.6.0-windows-amd64.exe | 2025-04-05 | 3.9 MB | |
README.md | 2025-04-05 | 1.2 kB | |
v2.6.0 source code.tar.gz | 2025-04-05 | 47.9 kB | |
v2.6.0 source code.zip | 2025-04-05 | 71.4 kB | |
Totals: 7 Items | 11.7 MB | 0 |
Key changes
go-i18n extract
will error if it finds a message ID that has been duplicated but contains different content.- Upgraded to CLDR v47 data
- Minimum version of Go increased from 1.18 to 1.23.
All changes
- Extract errors for duplicate message ids by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/359
- Go 1.24 and golangci-lint v2.0 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/369
- chore: fix typo in comment by @luozexuan in https://github.com/nicksnyder/go-i18n/pull/365
- Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 by @dependabot in https://github.com/nicksnyder/go-i18n/pull/366
- CLDR v47 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/370
- Require go 1.23 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/371
- Bump golang.org/x/text from 0.21.0 to 0.23.0 by @dependabot in https://github.com/nicksnyder/go-i18n/pull/367
- Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/nicksnyder/go-i18n/pull/350
New Contributors
- @luozexuan made their first contribution in https://github.com/nicksnyder/go-i18n/pull/365
Full Changelog: https://github.com/nicksnyder/go-i18n/compare/v2.5.1...v2.6.0