diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-12-12 11:07:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-12 11:07:33 -0600 |
| commit | 58fd29d1922fd6420d696a7458a12b24d52edffc (patch) | |
| tree | 595e3fb8f4ddfad2da0fef6df2f1e968bb024573 /CHANGES.txt | |
| parent | 98b7bc973092cb92395ecfc50c097793d00e6551 (diff) | |
| parent | bff312df8c36ac3ef5389a89c7459b282f944f77 (diff) | |
| download | pyramid-58fd29d1922fd6420d696a7458a12b24d52edffc.tar.gz pyramid-58fd29d1922fd6420d696a7458a12b24d52edffc.tar.bz2 pyramid-58fd29d1922fd6420d696a7458a12b24d52edffc.zip | |
Merge pull request #2859 from MatthewWilkes/i18n_plurals_in_default_domain
Fix pluralization in default domain for non-germanic languages
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 11eab9f26..0a810a0d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -159,6 +159,11 @@ Bug Fixes from previous orders have executed. See https://github.com/Pylons/pyramid/pull/2757 +- Fix bug in i18n where the default domain would always use the Germanic plural + style, even if a different plural function is defined in the relevant messages + file. + See https://github.com/Pylons/pyramid/pull/2102 + Deprecations ------------ |
