summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar V. Tinev <54780475+vtinev@users.noreply.github.com> 2021-08-06 08:51:07 +0300
committerGravatar GitHub <noreply@github.com> 2021-08-05 22:51:07 -0700
commit8330071509b26b31b4553a78865c5f5fae127411 (patch)
tree721f99cc59524a57744ea68de4b797af0638a6b9 /docs/src/config.ts
parentdbf18b11306171e07752efa468e2810204d0f688 (diff)
downloadastro-8330071509b26b31b4553a78865c5f5fae127411.tar.gz
astro-8330071509b26b31b4553a78865c5f5fae127411.tar.zst
astro-8330071509b26b31b4553a78865c5f5fae127411.zip
Added Bulgarian translation for the Getting Started page. (#1032)
* Added translation for the Getting Started page. * Removed remaining English text from the translated version. * Added Bulgarian as a known langugage (index.astro). * Added Bulgarian as a known langugage (index.astro). Co-authored-by: V. Tinev <vtiev@2create.studio>
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 2ff25dd90..b66dc9d01 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -65,6 +65,10 @@ export const SIDEBAR = {
{ text: '安裝', link: 'zh-TW/installation' },
{ text: '範例', link: 'zh-TW/examples' },
],
+ bg: [
+ { text: 'Главни', header: true },
+ { text: 'Започваме!', link: 'bg/getting-started' }
+ ]
};
export const SITE = {