view templates/default/components/menu_labels.html @ 19:608cec27bfea

i18n: Translated using Weblate (French) Currently translated at 100.0% (148 of 148 strings) Translation: Libervia/Website Translate-URL: https://salut-a-toi.org/weblate/projects/libervia/website/fr/
author Goffi <tmp-weblate_goffi.org@goffi.org>
date Wed, 16 Jun 2021 18:17:17 +0000
parents 09d66acc7c73
children 0fe78d74a792
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'),
    'social_contract': _('Social Contract'),
} %}