Version 0.9.0 release

This commit is contained in:
Leonel Quinteros
2016-06-24 10:50:28 -03:00
parent 64c6ac19d9
commit 2af760a203

View File

@@ -4,6 +4,11 @@
GNU gettext utilities for Go. GNU gettext utilities for Go.
**Version: 0.9.0**
#Features
- Implements GNU gettext support in native Go. - Implements GNU gettext support in native Go.
- It works with UTF-8 encoding as it's the default for Go language. - It works with UTF-8 encoding as it's the default for Go language.
- Supports pluralization rules. - Supports pluralization rules.