Releases: nicksnyder/go-i18n
Releases · nicksnyder/go-i18n
v2.0.0-beta.4
28 Jul 21:26
Compare
Sorry, something went wrong.
No results found
Handle zh correctly (#109 )
Improvements to goi18n extract (#108 )
Fix go.mod (#117 )
v2.0.0-beta.3
11 May 18:44
Compare
Sorry, something went wrong.
No results found
i18n.NewBundle(language.English) -> &i18n.Bundle{DefaultLanguage: language.English}
Define custom funcs in message templates #100
goi18n extract walks current directory by default dfe004a
Better example #102
Proper semver tag for beta releases #104
2.0.0-beta.2
11 May 18:49
Compare
Sorry, something went wrong.
No results found
Update CLDR data to v33.
Fix issue that caused extract to always output toml, even if -format parameter was provided.
Fix panic when translation is empty.
2.0.0-beta.1
15 Apr 05:23
Compare
Sorry, something went wrong.
No results found
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.0 is tagged.
1.10.0
05 Nov 20:09
Compare
Sorry, something went wrong.
No results found
Export language.GetPluralSpec #83
1.9.0
17 Sep 05:44
Compare
Sorry, something went wrong.
No results found
Enhancements
Export language.RegisterPluralFunc
Export language.Operand
Update to CLDR 31.0.1
Fix panic in goi18n command #48
1.8.1
12 May 15:40
Compare
Sorry, something went wrong.
No results found
Fix issue with leading comments on .yaml files.
1.8.0
01 Apr 20:12
Compare
Sorry, something went wrong.
No results found
Added support for TOML and a new flatter file format for all encodings (including YAML and JSON).
#65 #66 @BoGeM
1.7.0
05 Dec 20:55
Compare
Sorry, something went wrong.
No results found
1.6.0
19 Oct 04:37
Compare
Sorry, something went wrong.
No results found
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 !