chore(deps): update module github.com/nicksnyder/go-i18n to v2#316
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update module github.com/nicksnyder/go-i18n to v2#316renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
33b9c87 to
e9a27fe
Compare
508f46f to
f567e76
Compare
f567e76 to
9ff8004
Compare
187820f to
e44f04c
Compare
8d93339 to
0cf7359
Compare
8821bb0 to
c6c073a
Compare
1be664d to
0444f6f
Compare
0444f6f to
578fd9b
Compare
b3b45fa to
7b47748
Compare
7b47748 to
7a49ce6
Compare
f11df9f to
490da4a
Compare
6084ac1 to
ab00cf6
Compare
40d69f3 to
58b7049
Compare
d44357a to
83c072f
Compare
83c072f to
8c08165
Compare
aa229e6 to
fc531f4
Compare
838e7ae to
4bd8a65
Compare
4bd8a65 to
1dead61
Compare
1dead61 to
c191565
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20180814031359-04f547cc50da→v2.6.1Release Notes
nicksnyder/go-i18n (github.com/nicksnyder/go-i18n)
v2.6.1Compare Source
What's Changed
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.6.0...v2.6.1
v2.6.0Compare Source
Key changes
go-i18n extractwill error if it finds a message ID that has been duplicated but contains different content.All changes
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.5.1...v2.6.0
v2.5.1Compare Source
What's Changed
Note: There have always been a small number of reserved words that cannot be used in message keys:
id,description,hash,leftdelim,rightdelim,zero,one,two,few,many,other. Prior to this release, only the lowercase versions were reserved. As of this release, any casing of these words are reserved (e.g. "Description", "ID"). This should have always been the case to align with the case insensitivity of message parsing, and the fact that it wasn't is a bug that is now fixed.Full Changelog: nicksnyder/go-i18n@v2.5.0...v2.5.1
v2.5.0Compare Source
Highlights
MustLocalizeMessageby @apricotbucket28 in #352Other changes
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.4.1...v2.5.0
v2.4.1Compare Source
Bug fixes
""when get nil value by @LemonNekoGH in #326Full Changelog: nicksnyder/go-i18n@v2.4.0...v2.4.1
v2.4.0What's new
This release adds support for configurable template parsers in #317.
By setting TemplateParser on LocalizeConfig it is now possible to:
text/templateby implementing the Parser interface.Full Changelog: nicksnyder/go-i18n@v2.3.0...v2.4.0
v2.3.0New features
Bug fixes
Maintenance
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.2.2...v2.3.0
v2.2.2New features
Bug fixes
Maintenance
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.2.1...v2.3.0
v2.2.1What's Changed
New Contributors
Full Changelog: nicksnyder/go-i18n@v2.2.0...v2.2.1
v2.2.0Changelog
7f6b563Upgrade dependencies (#268)240abfeUpgrade Go to 1.16.5 (#261)dadad2bUpdate test to new error message in go 1.16 (#260)482713aREADME.md: fixing broken links (#251)2180cd9Add support for loading bundle from fs.FS (#246)5d2ec5fFix workflow condition (#249)v2.1.2Changelog
c587b0dfix escape sequences when extracting string literals (#244)a5b9f57Fixing typos (#242)603af13Add Sourcegraph code intelligence7ff69e7Fix broken link (#229)v2.1.1Changelog
703c3bdDo not encode HTML entities in JSON message files (#228)v2.1.0Changelog
e2aedcfUpgrade CLDR data to v37 (#227)cba41a4upgrade depsv2.0.4This release fixes a few bugs with
goi18n extractandgoi18n merge, and it greatly increases the performance of thei18npackage when localizing messages.Changelog
9926328Add build step (#226)d17510cUpdate goreleaser.yml9c75f7egoreleaser workflow (#225)e15e8dffixed panic: runtime error: index out of range [0] with length 0 (#212)8f09be8fixes nil reference exception if localization text is empty, fixes #207 (#208)354b2fcPull request event66dee75simpler fallback behavior (#189)663c088tweak codecov51d732dBuild with GitHub actions (#224)949485dAdd a nil pointer check before dereferencing an identifier's Obj (#211)v2.0.3Changelog
26334abminimum go version275c8ecfix(goi18n): could not extract constant message id (#202)3f2fe62add benchmarks (#190)48ecfc2remove go.mod0e318bafix automatic releasede0ca95remove commentd69004eonly deploy from latestv2.0.2Changelog
0c6ce6aMove code to v2 subfolder for greater compatibility (#187)25e77afdeploy when tag is pushed (#186)1b244f7Fix path in README (#185)v2.0.1Compare Source
Changelog
e0f0d41Fix data race and optimize performance (#183)38f9eacUpdate README.md (#177)be3966fv2 only (#176)v2.0.0Compare Source
Changelog
3c6ee90update goreleaserd1ef4aeupdate to CLDR v35.1 (2019-04-17) (#175)b280125Revert "change package"b5ee509change packagev2.0.0-beta.7Compare Source
There is one small backwards incompatible change from beta.6, which is that you now need to call
NewBundleto create a bundle (instead of using a struct literal). See https://redirect.github.com/nicksnyder/go-i18n/pull/163/files.There are no more known issues filed on the repo that would prevent v2.0.0 from being tagged but I am going to let beta.7 bake for a bit before actually tagging v2.0.0.
Changelog
6d605d0attempt fallback to "other" plural form (#174)4cc2a0ffix builda8a5c04remove LocalizeMessageID until extract can extract it20fdd68add convenience functions (#173)3b00441improve readme245a313support artificial languages (#171)8ad1b00update x/text1c44ce2export message (#170)14847a9enable gofmt70cf5c1cleanupa3498dcextract messages from slices and maps (#169)4878883update readme to reflect changes made in #163030e502handle null in json (#166)b2843f1escape extracted strings correctly (#165)45eb7b3don't extract strings from _test.go files (#164)5a9fdb7add NewBundle and remove init (#163)7e9faa0go 1.127e1988aremove sudo:false (#162)8b3465dNested translation support (#157)7a73c96Fix deserialization of leftDelim and rightDelimd698e2fProvide nice output of plural form not found error (#147)cc0ca3badd .golangci.yml (#144)v2.0.0-beta.6Compare Source
Changelog
178b9fcextract concatenated strings (#143)0ebaecbBetter extract/merge workflow documentation (#140)ad28c68Add LocalizeWithTag (#139)c52be5dupdate to CLDR 34fc57a7dExport MessageNotFoundErr (#124)f406bb2error if message ids mismatch (#132)04f547cFixed localizer example (#122)e786c88add func to list Language tags from bundle (#120)v2.0.0-beta.5Compare Source
Fix v2 go.mod
v2.0.0-beta.4Compare Source
zhcorrectly (#109)goi18n extract(#108)go.mod(#117)v2.0.0-beta.3Compare Source
i18n.NewBundle(language.English)->&i18n.Bundle{DefaultLanguage: language.English}goi18n extractwalks current directory by defaultdfe004av2.0.0-beta.2: 2.0.0-beta.2Compare Source
-formatparameter was provided.v2.0.0-beta.1: 2.0.0-beta.1Compare Source
See the changelog for a description of v2.
Please file any issues that you experience.
Although I don't currently anticipate making any more changes to v2 API at this point, breaking changes are possible until
v2.0.0is tagged.v1.10.3Compare Source
v1.10.2Compare Source
v1.10.1Compare Source
v1.10.0: 1.10.0Compare Source
Export
language.GetPluralSpec#83v1.9.0: 1.9.0Compare Source
Enhancements
language.RegisterPluralFunclanguage.Operandv1.8.1: 1.8.1Compare Source
Fix issue with leading comments on
.yamlfiles.v1.8.0: 1.8.0Compare Source
Added support for TOML and a new flatter file format for all encodings (including YAML and JSON).
#65 #66 @bogem
v1.7.0: 1.7.0Compare Source
Bundles are now goroutine safe.
#54 #59 @emosbaugh
Improved error message when translation file fails to parse.
#55 @mh-cbon
v1.6.0: 1.6.0Compare Source
The count used to determine which plural form to use for a translation may now be provided in the template data (#53)
Thanks @mh-cbon and @benoittoulme!
v1.5.0: 1.5.0Compare Source
A new command has been added to
goi18n.goi18n constantsgenerates a file of constants for each translation id.e.g.
Thanks @rodrigocorsi2!
v1.4.0: 1.4.0Compare Source
Add support for YAML translation files (uses go-yaml).
Remember to run
go get -u github.com/nicksnyder/go-i18n/goi18nto fetch/update transitive dependencies.Thanks @zippoxer!
v1.3.0: 1.3.0Compare Source
Added plural support for all 200+ languages in the Unicode Common Locale Data Repository via code generation.
Added new APIs to inspect translations loaded into the default bundle
Thanks to those who contributed!
@dennisfaust @parkr @dalu
v1.2.0: 1.2.0Compare Source
Template data may now be passed into a Tfunc as a struct (previously only maps were supported).
New language support
th)Thanks to those who contributed!
@parkr @ExUltima
v1.1.0: 1.1.0Compare Source
Better support for short language tags
Added new APIs to retrieve the language associated with Tfunc
New language support
my)Thanks to those who contributed!
@mash @wichert
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.