diff options
author | 2021-08-04 13:06:19 -0500 | |
---|---|---|
committer | 2021-08-04 11:06:19 -0700 | |
commit | a1e5d041186eeadccb922e363c890305df0bbcdc (patch) | |
tree | 2492c6dbaa5a4dcf3a32a49012680c396556faf4 /docs/src/config.ts | |
parent | 935fe60070d84067171731db1b14aa824763fab9 (diff) | |
download | astro-a1e5d041186eeadccb922e363c890305df0bbcdc.tar.gz astro-a1e5d041186eeadccb922e363c890305df0bbcdc.tar.zst astro-a1e5d041186eeadccb922e363c890305df0bbcdc.zip |
Add spanish getting-started translation (#988)
* Add spanish getting-started translation
Translated getting-started page to spanish. Added spanish links to
config.ts, and spanish option to header language dropdown.
* add language code to frontmatter
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 044b868be..ed59f9557 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -47,6 +47,10 @@ export const SIDEBAR = { { text: 'Pika-aloitus', link: 'fi/quick-start' }, { text: 'Asennus', link: 'fi/installation' }, ], + es: [ + { text: 'Configuración', header: true }, + { text: 'Empezando', link: 'es/getting-started' }, + ], 'zh-CN': [ { text: '起步', header: true }, { text: '入门指南', link: 'zh-CN/getting-started' }, |