diff --git a/_includes/main_title.html b/_includes/main_title.html
index b08af4a..3479908 100644
--- a/_includes/main_title.html
+++ b/_includes/main_title.html
@@ -4,4 +4,4 @@
{% include base_path.html %}
-
-
Schedule
+
{{ include.language.schedule }}
{% assign lesson_number = 0 %}
{% assign day = 0 %}
{% assign multiday = false %}
- {% for episode in site.episodes %}
+ {% for episode in include.episodes %}
{% if episode.start %}{% assign multiday = true %}{% break %}{% endif %}
{% endfor %}
{% assign current = site.start_time %}
@@ -19,10 +19,10 @@
Schedule
{% if multiday %} | {% endif %}
|
- Setup |
- Download files required for the lesson |
+ {{ include.language.setup }} |
+ {{ include.language.downloadLesson }} |
- {% for episode in site.episodes %}
+ {% for episode in include.episodes %}
{% if episode.start %} {% comment %} Starting a new day? {% endcomment %}
{% assign day = day | plus: 1 %}
{% if day > 1 %} {% comment %} If about to start day 2 or later, show finishing time for previous day {% endcomment %}
@@ -31,7 +31,7 @@
Schedule
{% if multiday %} | {% endif %}
{% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }} |
- Finish |
+ {{ include.language.finish }} |
|
{% endif %}
@@ -48,7 +48,7 @@
Schedule
{% if episode.break %}
- Break
+ {{ include.language.break }}
{% else %}
{% if episode.questions %}
{% for question in episode.questions %}
@@ -68,13 +68,13 @@ Schedule
|
{% if multiday %} | {% endif %}
{% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }} |
- Finish |
+ {{ include.language.finish }} |
|
- The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.
+ {{ include.language.scheduleDisclaimer }}
diff --git a/_layouts/lesson.html b/_layouts/lesson.html
index f3f7300..0dc9f4a 100644
--- a/_layouts/lesson.html
+++ b/_layouts/lesson.html
@@ -1,8 +1,23 @@
---
layout: base
---
+{% comment %}
+In which language is the current page? Guess from the path: locale="/