fix translations

This commit is contained in:
martin-mfg
2025-05-21 22:24:30 +02:00
parent 29fbc1c938
commit c4d7c3e490
+15 -15
View File
@@ -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 = {