diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-02-29 13:12:49 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-02-29 13:12:49 +0100 |
commit | 002b4be248e448227a718e6f7d9ee39ccc575745 (patch) | |
tree | f3488d696ccff61be923775f8d75c69cb8b81dfb /user_guide_src/source | |
parent | 6b414d12c3ddeb09f62b0a1e111599390fa3f613 (diff) |
Improved plural() and singular().
Avoids double-pluralization using "uncountable words" and better logic.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 39f8d3d1b..2777d6e0b 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -39,6 +39,8 @@ Release Date: Not Released - url_title() will now trim extra dashes from beginning and end. - Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`. - Changed humanize to include a second param for the separator. + - Refactored ``plural()`` and ``singular()`` to avoid double pluralization and +support more words. - Database |