Skip to content

Releases: nicksnyder/go-i18n

v2.5.1

02 Feb 18:31
4333871
Compare
Choose a tag to compare

What's Changed

  • Fix case sensitivity with message keys by @nicksnyder in #358
    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: v2.5.0...v2.5.1

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)