Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 453062d

Browse files
author
mberasategi
committed
Add language and step translations
1 parent 4e9e497 commit 453062d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ tags:
77
template:
88
name: github-pages-with-jekyll
99
repo: github-pages-with-jekyll-template
10+
preferences:
11+
- type: dropdown
12+
name: language
13+
label: Language
14+
description: Choose your preferred language.
15+
options:
16+
- label: English
17+
value: en
18+
- label: Español
19+
value: es
1020
before:
1121
- type: createIssue
1222
title: Welcome
@@ -15,6 +25,10 @@ before:
1525
steps:
1626
- title: Generate a GitHub Pages site
1727
description: Generate a GitHub Pages site with the automatic page generator.
28+
translations:
29+
es:
30+
title: Activa GitHub Pages
31+
description: Gnera un sitio web con el generador automático de páginas GitHub Pages.
1832
event: page_build
1933
link: '{{ repoUrl }}/issues/1'
2034
actions:
@@ -32,6 +46,10 @@ steps:
3246

3347
- title: Customize your homepage
3448
description: Open a pull request with changes to the homepage.
49+
translations:
50+
es:
51+
title: Personaliza tu página inicial
52+
description: Abre un pull request con cambios en la página inicial.
3553
event: pull_request.opened
3654
link: '{{ repoUrl }}/issues'
3755
actions:
@@ -54,6 +72,10 @@ steps:
5472

5573
- title: Merge your pull request
5674
description: Merge the pull request that customizes your homepage.
75+
translations:
76+
es:
77+
title: Combina tu pull request
78+
description: Combina el pull request que personaliza tu página inicial.
5779
event: pull_request.closed
5880
link: '{{ repoUrl }}/pulls'
5981
actions:
@@ -82,6 +104,10 @@ steps:
82104

83105
- title: Customize site details
84106
description: Edit the configuration file to display your information.
107+
translations:
108+
es:
109+
title: Personaliza los detalles del sitio
110+
description: Edita el archivo de configuración para mostrar tu información.
85111
event: pull_request
86112
link: '{{ repoUrl }}/issues'
87113
actions:
@@ -127,6 +153,10 @@ steps:
127153

128154
- title: Create a blog post
129155
description: Create a new file that will become your first blog post.
156+
translations:
157+
es:
158+
title: Crea un post
159+
description: Crea un nuevo archivo que se convertirá en el primer post de tu blog.
130160
event: pull_request.synchronize
131161
link: '{{ repoUrl }}/pulls'
132162
actions:
@@ -188,6 +218,10 @@ steps:
188218

189219
- title: Add blog post metadata
190220
description: Add YAML front matter to the blog post to display the title and date.
221+
translations:
222+
es:
223+
title: Añade metadatos al post
224+
description: Añade texto preliminar YAML al post para mostrar el título y la fecha.
191225
event: pull_request.synchronize
192226
link: '{{ repoUrl }}/pulls'
193227
actions:
@@ -241,6 +275,10 @@ steps:
241275

242276
- title: Merge your first post
243277
description: Merge the pull request so your blog post will appear on your GitHub Pages site.
278+
translations:
279+
es:
280+
title: Combina tu primer post
281+
description: Combina el pull request para que tu post aparezca en tu sitio de GitHub Pages.
244282
event: pull_request.closed
245283
link: '{{ repoUrl }}/pulls'
246284
actions:

0 commit comments

Comments
 (0)