Add translations to the main site (+markdown transition) [DON'T MERGE] #621

Closed
ghost wants to merge 22 commits from i18n into master
5 changed files with 6 additions and 6 deletions
Showing only changes of commit d11c60d0ec - Show all commits

View File

@@ -1,4 +1,4 @@
{% include section_config section=include.section lang=include.lang %}
{% include section_config %}
<h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> {{ lang.title }} </h1>
<img src="/assets/img/layout/UKUSA.png" class="img-fluid float-right" alt="UKUSA Agreement" style="margin-left:10px;">

View File

@@ -1,4 +1,4 @@
{% include section_config section=include.section lang=include.lang %}
{% include section_config %}
<h1 id="kdl" class="anchor"><a href="#kdl"><i class="fas fa-link anchor-icon"></i></a> {{ lang.title }}</h1>
### {{ lang.subheading }}

View File

@@ -1,4 +1,4 @@
{% include section_config section=include.section lang=include.lang %}
{% include section_config %}
<div class="page-header">
<h1>{{ lang.title }}</h1>

View File

@@ -1,4 +1,4 @@
{% include section_config section=include.section lang=include.lang %}
{% include section_config %}
<h3 id="usa" class="anchor">{{ lang.title }}</h3>

View File

@@ -1,2 +1,2 @@
{% assign lang = site.data.lang.[include.section].[include.lang] %}
{% assign general = site.data.lang.general.[include.lang] %}
{% assign lang = site.data.lang.[include.section].[page.lang] %}
{% assign general = site.data.lang.general.[page.lang] %}