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

Given you have a route: **my_route** Enabling the Bundle creates / modifies the routes to e.g. **en__RG__my_route** Normally you can use as usual e.g. path("my_route") to generate a path in...

Hi, Actually, a redirection is performed only with `prefix` strategy (locale_choosing_listener listener is not registered otherwise). IMO, a redirection should be done with `prefix_except_default` too, when the default_locale is not...

Hi, I'm trying to translate the page of my website, i used the bundle `JMSI18nRoutingBundle,` but when i'm trying to reach certain pages of the website i have the following...

Hello, When i try to redirect to another page, it change the local, how to fixe that please ?

Hi there. We are using your routing bundle in our Symfony project and I was trying to find a way to exclude a subdomain from routing. We are using an...

@Brammm 's `i18n_prefix` is great but has a small issue when you use it along `prefix_except_default` strategy as the prefix is also removed from the path for the default locale,...

Adding some notes on cache clearing. Changing the strategy will no take effect until the cache is cleared.

I am using JMSI18nRoutingBundle with prefix_except_default strategy. On homepage I have locales with trailing slash, but when I am getting anotehr page (e.g. Offer) my url looks like /enoffer. I...

I don't know how to correctly format the text with GitHub rst file...

I have a Controller (Service) and want to render the result of an action in a template. I use annotations to route. Simple example: ``` /** * @route("test") */ ```...