Add missing Misc/NEWS.d

This commit is contained in:
Gilles Bassière 2020-05-03 00:36:21 +02:00
parent 9be6e67d54
commit 26b8f1c832
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Ensure `gettext(msg)` retrieve translations even if a plural form exists. In
other words: `gettext(msg) == ngettext(msg, '', 1)`.