Convert KDL
This commit is contained in:
@ -2,4 +2,5 @@
|
||||
{% assign english = site.data.lang.en.general %}
|
||||
|
||||
{% assign subheading = language.subheading | default: english.subheading %}
|
||||
{% assign read_also = language['Read also'] | default: english['Read also'] %}
|
||||
{% assign read_also = language['Read also'] | default: english['Read also'] %}
|
||||
{% assign related_information = language['Related Information'] | default: english['Related Information'] %}
|
5
_includes/langs/fourteen_eyes
Normal file
5
_includes/langs/fourteen_eyes
Normal file
@ -0,0 +1,5 @@
|
||||
{% assign title = include.lang.title | default: include.en.title %}
|
||||
{% assign description = include.lang.description | default: include.en.description %}
|
||||
{% assign five_eyes = include.lang.five_eyes | default: include.en.five_eyes %}
|
||||
{% assign nine_eyes = include.lang.nine_eyes | default: include.en.nine_eyes %}
|
||||
{% assign fourteen_eyes = include.lang.fourteen_eyes | default: include.en.fourteen_eyes %}
|
7
_includes/langs/key_disclosure_law
Normal file
7
_includes/langs/key_disclosure_law
Normal file
@ -0,0 +1,7 @@
|
||||
{% assign title = include.lang.title | default: include.en.title %}
|
||||
{% assign subheading = include.lang.subheading | default: include.en.subheading %}
|
||||
{% assign description = include.lang.description | default: include.en.description %}
|
||||
{% assign apply = include.lang.apply | default: include.en.apply %}
|
||||
{% assign may_apply = include.lang.may_apply | default: include.en.may_apply %}
|
||||
{% assign dont_apply = include.lang.dont_apply | default: include.en.dont_apply %}
|
||||
{% assign note = include.lang.note | default: include.en.note %}
|
Reference in New Issue
Block a user