summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar Mikkel Tønder <71938724+Mikkel-T@users.noreply.github.com> 2021-08-27 22:01:06 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-27 16:01:06 -0400
commit9823f16f5195c78c86b29c622ede5b385154e943 (patch)
treeb84e27cb71c4973b56d3ff2328fa890e1c207dac /docs/src/config.ts
parent210fdad42e93b03c4dac6c21a42dd8852c7b2a01 (diff)
downloadastro-9823f16f5195c78c86b29c622ede5b385154e943.tar.gz
astro-9823f16f5195c78c86b29c622ede5b385154e943.tar.zst
astro-9823f16f5195c78c86b29c622ede5b385154e943.zip
Add danish translation of the getting started page (#1243)
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index 83ae07a91..9004f0e91 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -91,6 +91,10 @@ export const SIDEBAR = {
{ text: 'التهيئة', header: true },
{ text: 'باشر البدأ', link: 'ar/getting-started' },
],
+ da: [
+ { text: 'Velkommen', header: true },
+ { text: 'Introduktion', link: 'da/getting-started' },
+ ],
};
export const SITE = {