Skip to content

Releases: leonelquinteros/gotext

v1.2.2

01 Sep 16:31
Compare
Choose a tag to compare
  • Updates README file replacing println references by fmt.Println
  • Fixes extra use cases for Issue #9
  • Added new tests for untranslated strings cases.
  • Improved race test.

v1.2.1

30 Aug 13:57
Compare
Choose a tag to compare

v1.2.0

05 Jul 21:49
Compare
Choose a tag to compare

Small release addressing 2 main changes that break backwards compatibility:

Pull Request: use kinako instead of anko #7
Changes the backend used to evaluate the plural forms. From anko to kinako.

Issue: Remove plural default in Po Gets #8
Plural methods GetN and GetNC now return the default singular or plural by checking the n param as described in the issue.

v1.1.1

08 Aug 14:39
Compare
Choose a tag to compare

Several code changes to improve goreportcard.com results and to make golint and govet happy.
There are no changes on the API so backwards compatibility with v1.1.0 is ensured.

v1.1.0

15 Jul 23:11
Compare
Choose a tag to compare

API compatibility break from version 1.0

  • n parameter on plural functions now have different meaning to make them Gettext compliant using Plural-Forms header formula definition

New features

  • Added parsing for PO file headers
  • Added support for Plural-Forms formula headers
  • Plural functions now are gettext compliant
  • Added support for multiline strings

v1.0.1

01 Jul 14:23
Compare
Choose a tag to compare

Small release with minor changes not affecting the API.

  • Remove version from Godoc
  • Added support for LC_MESSAGES directory.
  • Improved tests

v1.0.0

26 Jun 18:46
Compare
Choose a tag to compare

Version 1.0.0 release!

All expected features for version 1 are implemented.

Support for standard gettext PO files is complete.

v0.9.1

24 Jun 20:48
Compare
Choose a tag to compare
Release v0.9.1

v0.9.0

24 Jun 20:46
Compare
Choose a tag to compare
Improved docs