Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Jul 12, 2024
1 parent 8b3d26e commit 009c659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ export default {
header: "KOI",
description: "(Korea Olympiad in Informatics)",
koi2: "Encouragement Award in the 38{th} KOI 2{nd} Contest{duration}",
koi2_duration: "(2023.07)",
koi2_duration: "(2021.07)",
koi1_general:
"Silver Award in the 38{th} KOI 1{st} Contest, General High School{duration}",
koi1_duration: "(2023.05)",
koi1_duration: "(2021.05)",
},
contest_univ: {
header: "Contests when university",
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
duration: "(2023.08 ~ )",
koi2024first:
"한국정보올림피아드 2024년 1차 대회 프로그래밍 코디네이터{duration}",
koi2024first_duration: "(2024.02 ~ 2024.05)",
koi2024first_duration: "(2024.05)",
ioi_camp: "국제정보올림피아드 교육생(계절학교) 코치{duration}",
ioi_camp_duration: "(2023.08 ~ )",
},
Expand Down Expand Up @@ -172,10 +172,10 @@ export default {
header: "KOI",
description: "(한국정보올림피아드)",
koi2: "제38회 한국정보올림피아드 2차 대회 고등부 장려상{duration}",
koi2_duration: "(2023.07)",
koi2_duration: "(2021.07)",
koi1_general:
"제38회 한국정보올림피아드 1차 대회 일반고부문 은상{duration}",
koi1_duration: "(2023.05)",
koi1_duration: "(2021.05)",
},
contest_univ: {
header: "대학교 재학 중 참가한 대회",
Expand Down

0 comments on commit 009c659

Please sign in to comment.