summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)