view templates/default/components/menu_labels.html @ 29:07b7aa5b3c88

roadmap: update
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 11:37:04 +0200
parents 0fe78d74a792
children
line wrap: on
line source

{# menu labels, map from menu names to labels #}
{% set label = {
    'login': _('Session') if profile else _('Log in'),
    'presentation': _('Overview'),
    'features': _('Features'),
    'documentation': _('Documentation'),
    'news': _('News'),
    'association': _('Association'),
    'press': _('Press/Talks'),
    'roadmap': _('Roadmap'),
    'social_contract': _('Social Contract'),
} %}