You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this bundle, the getLocaleFallbacks in symfony/ux-translator iterates through a lot of catalogues and dumps a json object with for each possible language code the fallback language.
With this bundle installed and my configuration (see below), there now seems to be only one catalogue without a "fallbackCatalogue" configured (the catalogue for my default locale "fr", the only one for which I have translations loaded in database at the moment), so it just dumps a json object with the default locale and null as a value.
This breaks the ux-translator because it cannot find the fallbacks for other languages.
I guess this bundle have to replace the existing catalogues to work with the database translations, but it still strange to me because I do have translations in files for other languages (some bundles translations, not directly for my app), so those catalogues that are in the array without this bundle should still be present no?
Is this an issue that can be resolved or do I need to find a workaround to use this with ux-translator?
Thanks.
The text was updated successfully, but these errors were encountered:
Without this bundle, the getLocaleFallbacks in symfony/ux-translator iterates through a lot of catalogues and dumps a json object with for each possible language code the fallback language.
With this bundle installed and my configuration (see below), there now seems to be only one catalogue without a "fallbackCatalogue" configured (the catalogue for my default locale "fr", the only one for which I have translations loaded in database at the moment), so it just dumps a json object with the default locale and null as a value.
This breaks the ux-translator because it cannot find the fallbacks for other languages.
I tried this option in my configuration just to check, thinking it might be linked but it did not change anything:
I guess this bundle have to replace the existing catalogues to work with the database translations, but it still strange to me because I do have translations in files for other languages (some bundles translations, not directly for my app), so those catalogues that are in the array without this bundle should still be present no?
Is this an issue that can be resolved or do I need to find a workaround to use this with ux-translator?
Thanks.
The text was updated successfully, but these errors were encountered: