Skip to content

Commit

Permalink
feat(i18n): Added Farsi translation (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
alghifary6 authored Nov 24, 2023
1 parent b4ae0f4 commit 9860bf0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,22 @@ export const locales: Locales = {
contributedToText: "Contribué à (l'année dernière)",
rtlDirection: false,
},
fa: {
titleCard: "آمار GitHub {name}",
followersText: "دنبال‌کنندگان",
followingText: "دنبال‌شونده",
totalReposText: "تعداد کل مخزن",
starsCountText: "تعداد ستاره‌ها",
forksCountText: "تعداد Fork‌ها",
commitsCountText: "تعداد Commit‌ها",
totalPRText: "تعداد کل PRها",
totalPRMergedText: "تعداد کل PRهای ادغام شده",
totalPRReviewedText: "تعداد کل PRهای بررسی شده",
totalIssuesText: "تعداد کل مسائل",
totalIssuesClosedText: "تعداد کل مسائل بسته‌شده",
totalDiscussionStartedText: "بحث‌های شروع شده",
totalDiscussionAnsweredText: "بحث‌های پاسخ داده شده",
contributedToText: "مشارکت در (سال گذشته)",
rtlDirection: true,
},
}

0 comments on commit 9860bf0

Please sign in to comment.