Skip to content

Commit bfb8c9d

Browse files
authored
Add MANUAL_ADD translation to companyType (#175)
2 parents 06ca0ba + 203615e commit bfb8c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/company/src/utils/translate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ export const hiringProgressType: Record<IHiringProgress, string> = {
1515
export const companyType = {
1616
LEAD: "선도기업",
1717
PARTICIPATING: "참여기업",
18+
MANUAL_ADD: "수동등록",
1819
"": "",
1920
};

0 commit comments

Comments
 (0)