zicht / messages-bundle

Library - ZichtMessagesBundle - Edit your translations in the database
MIT License
1 stars 0 forks source link

Message keys and contents were case insensitive #2

Closed drm closed 7 years ago

drm commented 7 years ago

This causes imports to be reporting wrong number of messages being imported.

Using a binary collation for comparison, and a binary field for the message key fixes this. PR coming up.