Just a question you may be able to help.
I am always loosing the plurals after PoEdit update.
Clicking Update button in PoEdit the plurals are lost, here is an example
Before update
#: control.php:695
#, php-format
msgid “Page”
msgid_plural “Pages”
msgstr[0] “Página”
msgstr[1] “Páginas”
After update
#: control.php:695
#fuzzy
msgid “Página”
msgstr “Páginas”
Already tried several options here
“Plural-Forms: nplurals=2; plural=(n != 1);n”
but always loose all plural when update button is clicked.
Any idea to keep the plurals after clicking the update button?