Skip to content

Commit 6bedbcf

Browse files
committed
Change ICPC award name correctly
1 parent 24dd4d1 commit 6bedbcf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/i18n/en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default {
8282
header: "Participating on Algorithm Contests{duration}",
8383
duration: "(2019 - )",
8484
icpc: {
85-
icpcwf: "Honorable mention in the 47{th} ICPC World Finals{duration}",
85+
icpcwf: "Honorable in the 47{th} ICPC World Finals{duration}",
8686
icpcwf_duration: "(2024.04, Luxor, Egypt)",
8787
icpc2022:
8888
"Silver Award {rank} in the 2022 ICPC Asia Seoul Regional{duration}",
@@ -191,12 +191,12 @@ export default {
191191
header: "ICPC",
192192
description: "(International Collegiate Programming Contest)",
193193
icpc2024:
194-
"Honorable mention in the 2024 ICPC Asia Seoul Regional{duration}",
194+
"Honorable in the 2024 ICPC Asia Seoul Regional{duration}",
195195
icpc2024_duration: "(2024.11, Seoul, Republic of Korea)",
196-
icpcwf: "Honorable mention in the 47{th} ICPC World Finals{duration}",
196+
icpcwf: "Honorable in the 47{th} ICPC World Finals{duration}",
197197
icpcwf_duration: "(2024.04, Luxor, Egypt)",
198198
icpc2023:
199-
"Honorable mention in the 2023 ICPC Asia Seoul Regional{duration}",
199+
"Honorable in the 2023 ICPC Asia Seoul Regional{duration}",
200200
icpc2023_duration: "(2023.11, Seoul, Republic of Korea)",
201201
icpc2022:
202202
"Silver award {rank} in the 2022 ICPC Asia Seoul Regional{duration}",

src/i18n/ko.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ export default {
183183
icpc: {
184184
header: "ICPC",
185185
description: "(국제 대학생 프로그래밍 경시대회)",
186-
icpc2024: "2024 ICPC Asia Seoul Regional Honorable mention{duration}",
186+
icpc2024: "2024 ICPC Asia Seoul Regional Honorable {duration}",
187187
icpc2024_duration: "(2024.11)",
188-
icpcwf: "제47회 ICPC World Finals Honorable mention{duration}",
188+
icpcwf: "제47회 ICPC World Finals Honorable {duration}",
189189
icpcwf_duration: "(2024.04, 룩소르, 이집트)",
190-
icpc2023: "2023 ICPC Asia Seoul Regional Honorable mention{duration}",
190+
icpc2023: "2023 ICPC Asia Seoul Regional Honorable {duration}",
191191
icpc2023_duration: "(2023.11)",
192192
icpc2022:
193193
"2022 ICPC Asia Seoul Regional 은상 (5등, 과학기술정보통신부 장관상){duration}",

0 commit comments

Comments
 (0)