schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Multiple domain=> locale #204

Closed devozanges closed 5 years ago

devozanges commented 7 years ago

hi ! today my configuration is like that :

jms_i18n_routing:
    default_locale: fr
    locales: [fr, en, es]
    strategy: custom
    hosts:
        fr: www.my-website.fr
        en: www.my-website.com
        es: www.my-website.es
    redirect_to_host: false

But my customer want to add another domain for the ES locale. like www.my-website2.es is it possible ? thx

devozanges commented 6 years ago

Hi, still no opinion on it?