summaryrefslogtreecommitdiff
path: root/docs/src/components
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/components
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/components')
-rw-r--r--docs/src/components/Header/LanguageSelect.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/components/Header/LanguageSelect.tsx b/docs/src/components/Header/LanguageSelect.tsx
index 21e2a863b..6385afdd3 100644
--- a/docs/src/components/Header/LanguageSelect.tsx
+++ b/docs/src/components/Header/LanguageSelect.tsx
@@ -85,6 +85,9 @@ const LanguageSelect: FunctionalComponent<{ lang: string }> = ({ lang }) => {
<option value="ar">
<span>العربية</span>
</option>
+ <option value="da">
+ <span>Dansk</span>
+ </option>
</select>
</div>
);