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

If running user does not have right for writing into ./var/cache calls fails. You should be able to call /translations route even if cache can't be used. If not, a...

Hi, I've got a strange issue, it seems that finder doesn't find translation files on Symfo 3.3 When I use dump command, folder and config file are successfully dumped, but...

Hi, first of all, thank you for this very nice plugin! Since version 2.6 I'm having the problem that I can't clear the cache on the command line any longer....

Since predefined prefix and suffix is "%" for message parameters, messages from validation constraints, eg: `'The mime type of the file is invalid ({{ type }}). Allowed mime types are...

Symfony 4+ defaults to `public/` for the web root. If I have done my job properly this should cover that for all supported Symfony versions. Added tests for the command...

Improve PR https://github.com/willdurand/BazingaJsTranslationBundle/pull/164 Ping @willdurand, @JANorman, @monteiro @stof and @jcchavezs (thank you for helping me)

Would it be possible to add callbacks such as `onNotFoundInCurrentLocale` and `onNotFoundInFallbackLocale`?

Hello! Do we have any possibility to check if the message exists for current domain? As I can see, we have private method called _has_message_. Maybe providing some public API...

I have translations in YAML format and I prefer to use multi-line syntax for pluralization. However, all multi-line values on YAML are rendered in twigs with a trailing line feed...

Hi, I'd like to use bazinga js with api platform for backend interface, and react in front. Both front and back are separated projects. On the front, I imported bazingajs,...