Skip to content

Releases: nicksnyder/go-i18n

v2.5.0

23 Jan 03:08
711fb20
Compare
Choose a tag to compare

Highlights

Other changes

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

13 Oct 01:51
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v2.4.0...v2.4.1

v2.4.0

31 Jan 04:32
62e3978
Compare
Choose a tag to compare

What's new

This release adds support for configurable template parsers in #317.

By setting TemplateParser on LocalizeConfig it is now possible to:

Full Changelog: v2.3.0...v2.4.0

v2.3.0

05 Dec 04:05
Compare
Choose a tag to compare

New features

Bug fixes

Maintenance

New Contributors

Full Changelog: v2.2.2...v2.3.0

v2.2.2

23 Oct 15:03
54617ef
Compare
Choose a tag to compare

New features

Bug fixes

  • Fix Localize regression with empty default message by @KuSh in #305

Maintenance

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

10 Nov 16:25
85a3f2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

20 Feb 19:55
7f6b563
Compare
Choose a tag to compare

Changelog

v2.1.2

18 Jan 20:02
c587b0d
Compare
Choose a tag to compare

Changelog

c587b0d fix escape sequences when extracting string literals (#244)
a5b9f57 Fixing typos (#242)
603af13 Add Sourcegraph code intelligence
7ff69e7 Fix broken link (#229)

v2.1.1

29 Sep 04:18
703c3bd
Compare
Choose a tag to compare

Changelog

703c3bd Do not encode HTML entities in JSON message files (#228)

v2.1.0

29 Sep 03:50
e2aedcf
Compare
Choose a tag to compare

Changelog

e2aedcf Upgrade CLDR data to v37 (#227)
cba41a4 upgrade deps