fix translations
This commit is contained in:
+15
-15
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user