BazingaJsTranslationBundle icon indicating copy to clipboard operation
BazingaJsTranslationBundle copied to clipboard

A pretty nice way to expose your Symfony translation messages to your client applications.

Results 58 BazingaJsTranslationBundle issues
Sort by recently updated
recently updated
newest added

Load translations from Translator's message catalogue **Context:** Existing implementation of BazingaJsTranslationBundle re-implements loading messages from files on disk. However, this implementation is not 1-to-1 compatible with message loading in Symfony's...

I'm not sure why but Symfony is not caching the calls to translations. Modifying the http_cache_time parameters seems to have no effect. Could it be that when building the response...

Hello, Do you think, it is possible to manage escaping the pipe characters in pluralization ? This issue has been fixed in Symfony here : https://github.com/symfony/symfony/pull/17662 There is an example...

IntlMessageFormat is not called in transChoice method symfony xliff file ```xml trans.test1 né(e) le {date} trans.test2 [0,18[ né(e) le {date} (moins de 18 ans) | ]1,+Inf] né(e) le {date} ({age}...

This will allow to verify compatibility with the latest PHP versions.

I'd like to use this bundle with AssetMapper, and install the translations during the compile that than from a script tag. Like the jsRoutingBundle, this is a bit a tricky,...

I'm missing something basic about how to load this. ```twig ``` translations:19 Uncaught ReferenceError: Translator is not defined at translations:19:4 (anonymous) @ translations:19 I've also been playing around with loading...