Mercurial > libervia-website
view templates/default/components/menu_labels.html @ 27:b2d26ffce40d
roadmap: minor reformulations
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 22 May 2023 15:52:26 +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'), } %}