Skip to content

v4.0.5: URL decode updated translation messages

Compare
Choose a tag to compare
@sdieunidou sdieunidou released this 05 Oct 10:09
· 155 commits to master since this release
Since PR #72, all translation updates are sent URL-encoded to the
backend. To allow spaces and markup in translated messages the
datagrid handler must decode the messages before saving them.

Fixes issue #286