zendframework / zend-i18n

I18n component from Zend Framework
BSD 3-Clause "New" or "Revised" License
65 stars 49 forks source link

Fix for gettext with defined text_domain #62

Closed ma-si closed 7 years ago

ma-si commented 7 years ago

Ex. 1 - Missing translations with defined text_domain in PoEdit Source keywords: translate:1,2c translatePlural:1,2,4c

Ex. 2 - Working PoEdit Source keywords (but without text_domain): translate:1 translatePlural:1,2

Cause: Gettext with defined text_domain gives \x04' EOT in storage array key Ex. 1ui\x04name Ex. 2name`

Resolves zendframework/zend-i18n#53

weierophinney commented 7 years ago

Thanks, @ma-si