Releases: leonelquinteros/gotext
Releases · leonelquinteros/gotext
v1.2.3
v1.2.2
v1.2.1
- Issue #9 : Handle empty translation strings as untranslated as defined in https://www.gnu.org/software/gettext/manual/html_node/Untranslated-Entries.html
v1.2.0
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
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
API compatibility break from version 1.0
n
parameter on plural functions now have different meaning to make them Gettext compliant usingPlural-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
Small release with minor changes not affecting the API.
- Remove version from Godoc
- Added support for LC_MESSAGES directory.
- Improved tests
v1.0.0
Version 1.0.0 release!
All expected features for version 1 are implemented.
Support for standard gettext PO files is complete.
v0.9.1
Release v0.9.1
v0.9.0
Improved docs