Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ locales:
next: "Tutorials"
menututorials:
started : "Getting started - pt2"
map: "map app"
chat: "chat app"
timetracker: "time tracker"
next: "API"
menuapi:
Expand Down Expand Up @@ -91,6 +93,8 @@ locales:
next: "Tutorials"
menututorials:
started : "Starten mit - Nr2"
map: "Kartenawendung"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-> Karte

chat: "Unterhaltung"
timetracker: "Zeitstopper"
next: "API"
menuapi:
Expand Down
8 changes: 4 additions & 4 deletions _includes/menu-tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<ul class="">
<li>Tutorials</li>
<li><a href="/{{page.locales}}/tutorials">{{site.locales[page.locales].menututorials.started}}</a></li>
<li><a href="/{{page.locales}}/tutorials/map-app.html">map app</a></li>
<li><a href="/{{page.locales}}/tutorials/chat-app.html">chat app</a></li>
<li><a href="/{{page.locales}}/tutorials/map-app.html">{{site.locales[page.locales].menututorials.map}}</a></li>
<li><a href="/{{page.locales}}/tutorials/chat-app.html">{{site.locales[page.locales].menututorials.chat}}</a></li>
<li><a href="/{{page.locales}}/tutorials/timetracker.html">{{site.locales[page.locales].menututorials.timetracker}}</a></li>
</ul>

<ul>
<li>Template apps</li>
<li><a href="https://github.com/hoodiehq/hoodie-template-app-map.git" >map app</a></li>
<li><a href="https://github.com/hoodiehq/hoodie-template-app-map.git" >{{site.locales[page.locales].menututorials.map}}</a></li>
<!--
<li><a href="https://github.com/zoepage/hoodie-template-app-upload" target="_blank">upload app</a></li>
<li><a href="https://github.com/zoepage/hoodie-template-app-chat" target="_blank">chat app</a></li>
-->
<li><a href="https://github.com/hoodiehq/hoodie-template-app-chat" target="_blank">{{site.locales[page.locales].menututorials.chat}}</a></li>
</ul>

<br />
Expand Down
Loading