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 #359
- Go 1.24 and golangci-lint v2.0 by @nicksnyder in #369
- chore: fix typo in comment by @luozexuan in #365
- Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 by @dependabot in #366
- CLDR v47 by @nicksnyder in #370
- Require go 1.23 by @nicksnyder in #371
- Bump golang.org/x/text from 0.21.0 to 0.23.0 by @dependabot in #367
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #350
New Contributors
- @luozexuan made their first contribution in #365
Full Changelog: v2.5.1...v2.6.0