Skip to content

Commit

Permalink
feat: Added Japanese translation for review, issues closed, discussio…
Browse files Browse the repository at this point in the history
…ns started and answered (#95)
  • Loading branch information
Achixz authored Nov 5, 2023
1 parent 40a80b5 commit 26064f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,13 @@ export const locales: Locales = {
starsCountText: "星の数",
forksCountText: "フォークの数",
commitsCountText: "コミットの数",
totalPRText: "トータルPR",
totalPRMergedText: "トータルPRのマージ",
totalPRText: "トータル PR",
totalPRMergedText: "マージされた PR の総数",
totalPRReviewedText: "レビューされた PR の総数",
totalIssuesText: "トータル問題点",
totalIssuesClosedText: "クローズされた課題の総数",
totalDiscussionStartedText: "開始されたディスカッションの",
totalDiscussionAnsweredText: "回答されたディスカッションの",
contributedToText: "貢献したリポジトリ (昨年)",
rtlDirection: false,
},
Expand Down

0 comments on commit 26064f3

Please sign in to comment.