@@ -205,7 +205,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
205
205
link : '/guide/components/registration'
206
206
} ,
207
207
{ text : 'Props' , link : '/guide/components/props' } ,
208
- { text : 'رویداد های کامپوننت (Events)' , link : '/guide/components/events' } ,
208
+ {
209
+ text : 'رویداد های کامپوننت (Events)' ,
210
+ link : '/guide/components/events'
211
+ } ,
209
212
{ text : 'v-model' , link : '/guide/components/v-model' } ,
210
213
{
211
214
text : 'Fallthrough Attributes' ,
@@ -252,7 +255,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
252
255
{
253
256
text : 'Scaling Up' ,
254
257
items : [
255
- { text : 'کامپوننت های تک فایلی (Single-File Components)' , link : '/guide/scaling-up/sfc' } ,
258
+ {
259
+ text : 'کامپوننت های تک فایلی (Single-File Components)' ,
260
+ link : '/guide/scaling-up/sfc'
261
+ } ,
256
262
{ text : 'ابزارها (Tooling)' , link : '/guide/scaling-up/tooling' } ,
257
263
{ text : 'مسیریابی (Routing)' , link : '/guide/scaling-up/routing' } ,
258
264
{
@@ -580,7 +586,7 @@ export default defineConfigWithTheme<ThemeConfig>({
580
586
lang : 'fa' ,
581
587
dir : 'rtl' ,
582
588
title : 'Vue.js' ,
583
- description : 'Vue.js - The Progressive JavaScript Framework ' ,
589
+ description : 'Vue.js - فریمورک پیشرونده جاوااسکریپت ' ,
584
590
srcDir : 'src' ,
585
591
srcExclude : [ 'tutorial/**/description.md' ] ,
586
592
@@ -635,6 +641,11 @@ export default defineConfigWithTheme<ThemeConfig>({
635
641
i18n,
636
642
637
643
localeLinks : [
644
+ {
645
+ link : 'https://vuejs.org' ,
646
+ text : 'English' ,
647
+ repo : 'https://github.com/vuejs/docs'
648
+ } ,
638
649
{
639
650
link : 'https://cn.vuejs.org' ,
640
651
text : '简体中文' ,
@@ -703,7 +714,7 @@ export default defineConfigWithTheme<ThemeConfig>({
703
714
] ,
704
715
705
716
editLink : {
706
- repo : 'the-pesar /docs-fa' ,
717
+ repo : 'vuejs-translations /docs-fa' ,
707
718
text : 'ویرایش این صفحه در گیتهاب'
708
719
} ,
709
720
0 commit comments