Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed special chars issue in translations and prevent error when tables ... #72

Merged
merged 1 commit into from
May 15, 2014

Conversation

klobermajer
Copy link

In some special situations, e.g. "Terms & conditions" translation was truncated to first occurrence of special char. encodeURIComponent function solved this problem.

On cache:clear command, when tables weren't exist, there was an error and deploy via capifony was hard to accomplish.

@cedric-g cedric-g merged commit 3452ef9 into lexik:master May 15, 2014
@cedric-g
Copy link
Collaborator

thx for these 2 fix 😃

jorissteyn pushed a commit to ibuildingsnl/LexikTranslationBundle that referenced this pull request Oct 5, 2017
Since PR lexik#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 lexik#286
sdieunidou pushed a commit that referenced this pull request Oct 5, 2017
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
ubiedigital pushed a commit to ubiedigital/LexikTranslationBundle that referenced this pull request Mar 12, 2018
Since PR lexik#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 lexik#286
ubiedigital pushed a commit to ubiedigital/LexikTranslationBundle that referenced this pull request Mar 12, 2018
Since PR lexik#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 lexik#286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants