diff --git a/src/translations.js b/src/translations.js index 83983fb2..f7dc83a9 100644 --- a/src/translations.js +++ b/src/translations.js @@ -340,21 +340,6 @@ const statCardLocales = ({ name, apostrophe }) => { "statcard.issues-commented": { en: "Issues Commented", }, - "repocard.prs-authored": { - en: "my Created PRs", - }, - "repocard.prs-commented": { - en: "my Commented PRs", - }, - "repocard.prs-reviewed": { - en: "my Reviewed PRs", - }, - "repocard.issues-authored": { - en: "my Created Issues", - }, - "repocard.issues-commented": { - en: "my Commented Issues", - }, "statcard.prs-merged": { ar: "مجموع الطلبات المدمجة", cn: "合并的 PR 总数", @@ -481,6 +466,21 @@ const repoCardLocales = { vi: "Đã Lưu Trữ", se: "Arkiverade", }, + "repocard.prs-authored": { + en: "my Created PRs", + }, + "repocard.prs-commented": { + en: "my Commented PRs", + }, + "repocard.prs-reviewed": { + en: "my Reviewed PRs", + }, + "repocard.issues-authored": { + en: "my Created Issues", + }, + "repocard.issues-commented": { + en: "my Commented Issues", + }, }; const langCardLocales = {