• Kazuhiko Shiozaki's avatar
    erp5_web: introduce translatable path. · 1f649a49
    Kazuhiko Shiozaki authored
    If /help/ Web Section has translation : {'de': 'hilfe', 'fr': 'aide'},
    this section can be accessible by the following path :
    
    * /de/hilfe/
    * /fr/aide/
    
    Also access to non-translated paths will be redirected like (for GET method) :
    
    * /de/help/* => /de/hilfe/*
    * /fr/help/* => /fr/aide/*
    1f649a49
web_section_interaction_workflow.xml 2.13 KB