importer-with-locale.xml 446 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <routes xmlns="http://symfony.com/schema/routing"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/routing
  5. http://symfony.com/schema/routing/routing-1.0.xsd">
  6. <import resource="./imported-with-locale.xml">
  7. <prefix locale="fr">/le-prefix</prefix>
  8. <prefix locale="en">/the-prefix</prefix>
  9. </import>
  10. </routes>