From d5e67fe77ec924d8b4d379e25fab58d2ebd5b01f Mon Sep 17 00:00:00 2001 From: Abiria Date: Fri, 28 Jan 2022 15:59:10 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20'=EA=B8=B0=EC=97=AC=EC=9E=90'=20?= =?UTF-8?q?=ED=83=AD=20=EB=B2=88=EC=97=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 우측 사이드바에 표시되는 `Contributors`탭이 `기여자`로 보이도록 새 번역을 추가했습니다. --- chrome/github-ko.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/github-ko.ts b/chrome/github-ko.ts index e65e3a0..6e7aa10 100644 --- a/chrome/github-ko.ts +++ b/chrome/github-ko.ts @@ -305,6 +305,7 @@ const 번역목록: 번역정보[] = [ 번역("1300D", ".d-flex.flex-items-start a", [[/New/, "새 저장소"]]), 번역("1300E", ".BtnGroup button", [[/Previous/, "이전"], [/Next/, "다음"]]), //Previous와 Next가 버튼과 링크로 서로 전환될 때를 대비 번역("1300E", ".BtnGroup a", [[/Previous/, "이전"], [/Next/, "다음"]]), + 번역("1300F", "#repo-content-pjax-container > div > div.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-end.Layout--sidebarPosition-flowRow-end > div.Layout-sidebar > div > div > div > h2 > a", [[/Contributors/, "기여자"]]), ];