Compare commits

..

No commits in common. "a6c0e2e2482cebbeed9ad024b88a9aa096b2a931" and "05648a53478a7b9af8d590bd367ee2431fcfa099" have entirely different histories.

2 changed files with 0 additions and 58 deletions

View File

@ -1,54 +0,0 @@
[404_text]
other = "La page que vous recherchez n'existe pas ou a été déplacée."
[404_title]
other = "Page non trouvée :("
[browse]
other = "Parcourir"
[chapter_next]
other = "Suivant"
[chapter_previous]
other = "Précédent"
[edit_page]
other = "Modifiez cette page sur"
[get_started]
other = "Exemple de guide"
[home]
other = "Accueil"
[last_updated]
other = "Dernière mise à jour le"
[minute]
one = "minute"
other = "minutes"
[on_this_page]
other = "Sommaire"
[reading_time]
other = "Temps de lecture estimé"
[search_loading]
other = "Chargement de l'index de recherche…"
[search_no_recent]
other = "Aucune recherche récente"
[search_no_results]
other = "Aucun résultat"
[search_placeholder]
other = "Recherche"
[search_title]
other = "Recherche"
[video_unsupported]
other = "Votre navigateur ne prend pas en charge les vidéos intégrées, mais ne vous inquiétez pas, vous pouvez la <a href=\"{{ .RelPermalink }}\">télécharger</a> et la regarder avec votre lecteur vidéo préféré !"

View File

@ -1,4 +0,0 @@
{{ with .Parent -}}
{{ partial "main/breadcrumb.html" . -}}
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}{{ i18n "home" }}{{ else if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}</a></li>
{{ end -}}