Skip to content

Commit

Permalink
feat: translate newsletters
Browse files Browse the repository at this point in the history
  • Loading branch information
the-pesar committed Nov 22, 2023
1 parent 4a1ed06 commit 0c1d457
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const nav: ThemeConfig['nav'] = [
link: 'https://play.vuejs.org'
},
{
text: 'زیست‌بوم',
text: 'اکوسیستم',
activeMatch: `^/ecosystem/`,
items: [
{
Expand Down Expand Up @@ -110,7 +110,7 @@ const nav: ThemeConfig['nav'] = [
{ text: 'تیم', link: '/about/team' },
{ text: 'انتشارات', link: '/about/releases' },
{
text: 'راهنمای جامعه',
text: 'راهنمای کامیونیتی',
link: '/about/community-guide'
},
{ text: 'کدرفتار', link: '/about/coc' },
Expand Down
6 changes: 3 additions & 3 deletions src/ecosystem/newsletters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Community Newsletters {#community-newsletters}
# خبرنامه‌های کامیونیتی {#community-newsletters}

There are many great newsletters / Vue-dedicated blogs from the community bringing you latest news and happenings in the Vue ecosystem. Here is a non-exhaustive list of active ones that we have come across:
تعداد زیادی خبرنامه یا وبلاگ‌های اختصاصی Vue از طرف کامیونیتی وجود دارد که آخرین اخبار و اتفاقات اکوسیستم Vue را برای شما ارائه می‌دهد. در اینجا فهرستی غیرجامع از موارد فعالی که ما با آنها برخورد کرده‌ایم آورده شده است:

- [Vue.js Feed](https://vuejsfeed.com/)
- [Michael Thiessen](https://michaelnthiessen.com/newsletter)
Expand All @@ -9,4 +9,4 @@ There are many great newsletters / Vue-dedicated blogs from the community bringi
- [Vue.js Developers Newsletter](https://vuejsdevelopers.com/newsletter/)
- [VueDose](https://vuedose.tips/articles#newsletter)

If you know a great one that isn't already included, please submit a pull request using the link below!
اگر مورد مناسبی را می‌شناسید که در لیست بالا وجود ندارد، لطفاً با استفاده از لینک زیر یک PR ارسال کنید!
2 changes: 1 addition & 1 deletion src/translations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ aside: false

اسناد Vue اخیراً تحت بازنگری اساسی قرار گرفته است، بنابراین ترجمه به زبان‌های دیگر هنوز وجود ندارد یا در حال انجام است.

ما به شدت از تلاش‌های جامعه برای ارائه ترجمه‌های بیشتر استقبال می کنیم. تمامی ترجمه‌ها در سازمان گیت‌هاب [vuejs-translations](https://github.com/vuejs-translations/) مدیریت می شود. اگر علاقه‌مند به مشارکت هستید، لطفا [راهنمای ترجمه](https://github.com/vuejs-translations/guidelines/blob/main/README.md) را برای شروع بررسی کنید.
ما به شدت از تلاش‌های کامیونیتی برای ارائه ترجمه‌های بیشتر استقبال می کنیم. تمامی ترجمه‌ها در سازمان گیت‌هاب [vuejs-translations](https://github.com/vuejs-translations/) مدیریت می شود. اگر علاقه‌مند به مشارکت هستید، لطفا [راهنمای ترجمه](https://github.com/vuejs-translations/guidelines/blob/main/README.md) را برای شروع بررسی کنید.

0 comments on commit 0c1d457

Please sign in to comment.