summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Viollon <sviollon@minddistrict.com>2018-10-17 14:08:45 +0200
committerSylvain Viollon <sviollon@minddistrict.com>2018-10-17 14:08:45 +0200
commitd272fcc2d4dd2e69bf86d8750b7589de1960a50b (patch)
tree9c848c67398df5789b557a19f891c599d4f082ac
parent626bf176306e02c07205ba631c51522f86565097 (diff)
downloadzope-i18n-d272fcc2d4dd2e69bf86d8750b7589de1960a50b.tar.gz
Update CHANGES.txt.
-rw-r--r--.gitattributes2
-rw-r--r--CHANGES.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 91a8741..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,2 +0,0 @@
-src/**/LC_MESSAGES/*.po linguist-generated=true
-src/**/resources/js/i18n-*js linguist-generated=true
diff --git a/CHANGES.rst b/CHANGES.rst
index cd002c9..538300b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,9 @@
4.3.2 (unreleased)
==================
-- Nothing changed yet.
+- Add support for pluralization. ``translate()`` now takes the
+ additional optional arguments ``msgid_plural``, ``default_plural``
+ and ``number`` in order to support it.
4.3.1 (2017-12-19)