Skip to content

Commit f4f3b5e

Browse files
committed
Fix ES translations
1 parent 86f49f7 commit f4f3b5e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const plugins = [
145145
{
146146
resolve: 'gatsby-plugin-sitemap',
147147
options: {
148-
excludes: ['/getting-started/welcome', '/docs/getting-started/welcome'],
148+
excludes: ['/get-started/welcome', '/docs/get-started/welcome'],
149149
},
150150
},
151151
];

src/data/markdown/translated-guides/es/01 Get started/01 Welcome.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'Bienvenido'
33
slug: ''
44
excerpt: ''
5-
redirect: 'https://k6.io/community/'
6-
redirectTarget: '_blank'
5+
redirect: '/es/'
76
---
87

98
The `Getting Started/Welcome` option of the sidebar menu must redirect to the root path (`GUIDES`).

src/i18n/path-translations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const pathTranslations = {
22
guides: {
33
es: 'guías',
44
},
5-
'Getting started': {
5+
'Get started': {
66
es: 'Empezando',
77
},
88
Welcome: {

0 commit comments

Comments
 (0)