mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Setup pages struct in languages yml
Each page will: - title (required) - hero-h1 (optional) - hero-text (optional)
This commit is contained in:
parent
fd43071a3c
commit
63c812a569
8 changed files with 36 additions and 32 deletions
13
_i18n/en.yml
13
_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
|
||||
|
|
11
_i18n/es.yml
11
_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue