JMSI18nRoutingBundle
====================

Introduction
------------
This bundle allows you to create i18n routes. Key points:

- uses the Translation component, and incorporates seamlessly with your
  existing translation workflow
- supports different hosts per locale
- allows you to add i18n at any time during the development phase without
  having to rewrite your entire application
- can translate all routes whether they are coming from third-party bundles,
  or your own application

Documentation
-------------

.. toctree ::
    :hidden:
    
    installation
    configuration
    usage
    
- :doc:`Installation <installation>`
- :doc:`Configuration <configuration>`
- :doc:`Usage <usage>`
- Recipies
    * :doc:`Creating a Language Switcher </cookbook/language_switcher>`
   
License
-------

The code is released under the business-friendly `Apache2 license`_. 

Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
license`_.

.. _Apache2 license: http://www.apache.org/licenses/LICENSE-2.0.html
.. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/

 
