

diff --git a/_i18n/en.yml b/_i18n/en.yml index e6a19f6..f61d6d7 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -4,11 +4,14 @@ global: twitter: Twitter github: GitHub pages: - example: example - includeexample: The following text is a Jekyll include liquid tag parameter -titles: - home: Official Website | Private Digital Currency - participate: Participate + home: + title: Official Website | Private Digital Currency + hero-h1: Dash is Digital Cash + hero-text: This is the hero text. + get-dash: + title: Get Dash + hero-h1: + hero-text: nav: what-is-dash: What is Dash get-dash: Get Dash diff --git a/_i18n/es.yml b/_i18n/es.yml index 5548c05..c09f202 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -4,8 +4,9 @@ global: twitter: Twitter github: GitHub pages: - example: Ejemplo - includeexample: El siguiente texto es un parámetro de Jekyll include liquid tag -titles: - home: Web Oficial | Moneda Digital Privada e Instantánea - participate: Participate + home: + title: Web Oficial | Privada Moneda Digital + hero-h1: Dash es Efectivo Digital + hero-text: This is the hero text. +nav: + what-is-dash: ¿Cuál es la Dash diff --git a/_layouts/default.html b/_layouts/default.html index 303be73..e581b60 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,7 +44,7 @@
-Hero Text
+{% t pages.home.hero-text %}
diff --git a/_site/es/index.html b/_site/es/index.html index e31c6aa..b310464 100644 --- a/_site/es/index.html +++ b/_site/es/index.html @@ -2,7 +2,7 @@ -Hero Text
+This is the hero text.
@@ -376,7 +376,7 @@