chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/nicksnyder/go-i18n/v2 | require | minor |
v2.3.0 -> v2.4.0
|
Release Notes
nicksnyder/go-i18n (github.com/nicksnyder/go-i18n/v2)
v2.4.0
What's new
This release adds support for configurable template parsers in https://github.com/nicksnyder/go-i18n/pull/317.
By setting TemplateParser on LocalizeConfig it is now possible to:
- Disable template parsing (via IdentityParser)
- Set the template.Option on a text/template Template (via TextParser)
- Use a template parser that is not
text/template
by implementing the Parser interface.
Full Changelog: https://github.com/nicksnyder/go-i18n/compare/v2.3.0...v2.4.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.