PHP-po-parser
PHP-po-parser copied to clipboard
Added support for `msgid_plural`
With following file the msgid_plural is set to null, this patch fixes this.
msgid "%d window"
msgid_plural "%d windows"
msgstr[0] ""
msgstr[1] ""
Great! I totally miss that key in last refactor. Do you feel comfortable adding a unit test for this?
I think this has been addressed by #81.