JMSI18nRoutingBundle icon indicating copy to clipboard operation
JMSI18nRoutingBundle copied to clipboard

Allows you to internationalize your routing

Results 100 JMSI18nRoutingBundle issues
Sort by recently updated
recently updated
newest added

Hello, I encountered an issue and I did not find clean solutions, I want when I go to a page with the prefix of the default locale, I am redirected...

PropelParamConverter uses $this->router->getRouteCollection()->get($request->attributes->get('_route')) But the route will be the original route (without the locale prefix xx_RG), and such index does not exist in the i18n route collection. The route collection...

I love the **prefix_except_default** strategy but I would like to combine it with multiple hosts. What I would like to accomplish: - http://example.ch/ -> de_CH - http://example.ch/en/ -> en -...

I want to get locales from database but I have only found to gets the locales from configuration: ``` jms_i18n_routing: default_locale: %locale% locales: %locales% strategy: prefix ``` Is there any...

If you test the bundle with the default AcmeDemoBundle, it is not working. Because the routes start with an underscore. I nearly discarded the plugin because of this. It would...

I have installed fos user bundle, i18n routing bundle and translation bundle, and enabled them in the app kernel. For my config I have: ``` yaml # parameters.yml parameters: locale:...

Please add the JMSI18nRoutingBundle tag in **stackoverflow**. Thanks

I've got this error **The requested language "fr" was not available. Available languages: "en, en"** 406 Not Acceptable - NotAcceptableLanguageException Got this in my **config.yml** jms_i18n_routing: default_locale: fr locales: [fr,...

Hello I've got a problem with the JMSI18RoutingBundle. I've the configuration as followed: ``` jms_i18n_routing: default_locale: fr locales: [fr, en] strategy: custom hosts: en: www.mysite.com fr: www.mysite.fr redirect_to_host: true ```...

In my project I override: - `DefaultLocaleResolver` - `DefaultPatternGenerationStrategy` - `I18nLoader` - `I18nRouter` All of them have private properties, which made extending them harder. It would be nice to turn...