1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 02:59:45 +02:00

Remove menu from lang/xx.yamls as it is identical to toc

This commit is contained in:
Elisabeth Henry 2016-09-22 15:33:13 +02:00
parent b84f470ea2
commit 6dd3264e7f
5 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,3 @@
menu: Table of contents
toc: Table of contents
chapter: Chapter

View File

@ -1,4 +1,3 @@
menu: Table des matières
toc: Table des matières
chapter: Chapitre

View File

@ -37,7 +37,7 @@
{{{header}}}
<div id = "menu">
<img id = "menu-button" onclick="toggle();"
src="menu.svg" alt = "{{{loc_menu}}}" title = "{{{loc_menu}}}" />
src="menu.svg" alt = "{{{loc_toc}}}" title = "{{{loc_toc}}}" />
</div>
</header>
{{{prev_chapter}}}

View File

@ -37,7 +37,7 @@
{{{header}}}
<div id = "menu">
<img id = "menu-button" onclick="toggle();"
src="menu.svg" alt = "{{{loc_menu}}}" title = "{{{loc_menu}}}" />
src="menu.svg" alt = "{{{loc_toc}}}" title = "{{{loc_toc}}}" />
</div>
<h1 class = "title">{{{title}}}</h1>

View File

@ -53,7 +53,7 @@
<div id = "menu">
<img id = "menu-button" onclick="toggle();"
src="{{{menu_svg}}}"
alt = "{{{loc_menu}}}" title = "{{{loc_menu}}}" />
alt = "{{{loc_toc}}}" title = "{{{loc_toc}}}" />
</div>
<h1 id = "link-0" class="title" >{{{title}}}</h1>