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

In #312 it is observed that ICU translations are not dumped at all. One suggested solution to this is to add a corresponding non-ICU file in the same domain, and...

The javascript module (published [here](https://www.npmjs.com/package/bazinga-translator)) requires the `intl-messageformat` library, but it isn't listed as a dependency in the `package.json`. As a result, when installed using yarn or npm it doesn't...

References: - https://github.com/willdurand/BazingaJsTranslationBundle/issues/334 - https://unicode-org.github.io/cldr-staging/charts/38/supplemental/language_plural_rules.html#rules Accommodate the “new” plural form for French. The form itself isn’t new to the language, it just hasn’t been used on the Internet until recently....

Reference: https://unicode-org.github.io/cldr-staging/charts/38/supplemental/language_plural_rules.html#rules We’re making the change to accommodate the “new” plural form for French. The form itself isn’t new to the language, it just hasn’t been used on the Internet...

Bazinga JS looks for ICU message format only with the current locale. For the Fallback locale it does not look into files with ICU suffix. This problem is in method...

It's 2022, there is no more symfony2 :)

it would be nice if the dump dir could be configured in bundle config and not on command line, so it's less error prone and the same for everyone on...

Actually `TranslationDumper::getTranslations()` called from `DumpCommand` consider `+intl-icu` and `` as two different domains. I think that should not be the case. Context: i have some `..xlf` mixed to `+intl-icu..xlf` due...

I have a "messages+intl-icu.en.yaml" file in default translation folder. When running the dump command, the messages domain is not dumped at all. When I remove the "+intl-icu" extension from the...

Hi there! As within company we're updating our packages to work with symfony/flex and their recipes i've discovered, that at least few of our packages has this bundle required as...