Skip to content

Tags: gilles-g/LexikTranslationBundle

Tags

v4.0.14

Toggle v4.0.14's commit message
Add Symfony 4.3 kernel.locale_aware tag (lexik#347)

Symfony 4.3 does not use the TranslatorListener anymore to set the locale. Instead, the LocaleAwareListener is used to collect locale aware services

v4.0.13

Toggle v4.0.13's commit message
Sf4 fix (lexik#331)

* Use correct new symfony 4 translations directory

* Import command new sf4 directory structure

* Create translations cache dir

v4.0.12

Toggle v4.0.12's commit message
🐛 Fix render twig in controller for overriding purpose (lexik#311)

v4.0.11

Toggle v4.0.11's commit message
Fix BC with Symfony 2.8 LTS (lexik#322)

* If the container has the parameter project_dir use that one, otherwise
use the root_dir

* Use the Kernel Version ID instead

v4.0.10

Toggle v4.0.10's commit message
add sf4 support (lexik#320)

v4.0.9

Toggle v4.0.9's commit message
Added modified flag in order to fix merge algorithm (lexik#261)

Renamed property

Added modifiedManually property mapping for Propel and Document

Code style fix

v4.0.8

Toggle v4.0.8's commit message
Corrected ExportTranslationsCommand service id. (lexik#314)

v4.0.7

Toggle v4.0.7's commit message
 lexik#306. set public of 'translate' alias for compatibility with ot…

…her components in SF4. (lexik#309)

v4.0.5

Toggle v4.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
URL decode updated translation messages

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