mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
Add lang
variable to docs frontmatter for translations (#984)
This commit is contained in:
parent
f935c5a9fa
commit
c2d8cea41f
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/MainLayout.astro
|
layout: ~/layouts/MainLayout.astro
|
||||||
title: Aloittaminen
|
title: Aloittaminen
|
||||||
|
lang: fi
|
||||||
---
|
---
|
||||||
|
|
||||||
Astro on moderni työkalu staattisten sivustojen luomiseen. Voit löytää lisätietoa Astrosta englanniksi [kotisivultamme](https://astro.build/) tai [julkistusviestistämme](https://astro.build/blog/introducing-astro). Tämä sivu on yleiskatsaus Astron dokumentaatioon ja liittyviin sisältöihin.
|
Astro on moderni työkalu staattisten sivustojen luomiseen. Voit löytää lisätietoa Astrosta englanniksi [kotisivultamme](https://astro.build/) tai [julkistusviestistämme](https://astro.build/blog/introducing-astro). Tämä sivu on yleiskatsaus Astron dokumentaatioon ja liittyviin sisältöihin.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/MainLayout.astro
|
layout: ~/layouts/MainLayout.astro
|
||||||
title: Asennus
|
title: Asennus
|
||||||
|
lang: fi
|
||||||
---
|
---
|
||||||
|
|
||||||
Astron voi asentaa parilla eri tavalla uuteen projektiin.
|
Astron voi asentaa parilla eri tavalla uuteen projektiin.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/MainLayout.astro
|
layout: ~/layouts/MainLayout.astro
|
||||||
title: Pika-aloitus
|
title: Pika-aloitus
|
||||||
|
lang: fi
|
||||||
---
|
---
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/MainLayout.astro
|
layout: ~/layouts/MainLayout.astro
|
||||||
title: Beginnen
|
title: Beginnen
|
||||||
|
lang: nl
|
||||||
---
|
---
|
||||||
|
|
||||||
Astro is een moderne statische sitebouwer. Leer alles over Astro op onze [homepage](https://astro.build/) of ons [release-bericht](https://astro.build/blog/introducing-astro). Deze pagina is een overzicht van de Astro documentatie en alle gerelateerde bronnen.
|
Astro is een moderne statische sitebouwer. Leer alles over Astro op onze [homepage](https://astro.build/) of ons [release-bericht](https://astro.build/blog/introducing-astro). Deze pagina is een overzicht van de Astro documentatie en alle gerelateerde bronnen.
|
||||||
|
|
Loading…
Add table
Reference in a new issue