From 91ac4f01af4b630157cf4935dd70c470416a0f9d Mon Sep 17 00:00:00 2001 From: TELK Date: Mon, 18 Aug 2025 14:05:20 +0900 Subject: [PATCH 1/2] ko-KR: Apply #3317 --- data/language/ko-KR.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/data/language/ko-KR.txt b/data/language/ko-KR.txt index 29496dc86c..4fc858cf47 100644 --- a/data/language/ko-KR.txt +++ b/data/language/ko-KR.txt @@ -3841,3 +3841,4 @@ STR_6799 :미니 맵 STR_7000 :(또는) STR_7001 :놀이기구 이름 STR_7002 :{STRINGID} {STRINGID} +STR_7003 :오디오 파일(‘{STRING}’) 데이터가 잘려있습니다. {INT32}개의 데이터가 있어야 하지만 {INT32}개만 존재합니다. RCT2를 재설치해보세요. From 1e1172a57349e5d68bc909cbacdfbc29ed36a0d3 Mon Sep 17 00:00:00 2001 From: TELK Date: Mon, 18 Aug 2025 14:21:08 +0900 Subject: [PATCH 2/2] ko-KR: Review #3314 --- .github/workflows/suppress_warning.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/suppress_warning.py b/.github/workflows/suppress_warning.py index ceaed8d52f..eb663400ff 100644 --- a/.github/workflows/suppress_warning.py +++ b/.github/workflows/suppress_warning.py @@ -35,7 +35,8 @@ SUPPRESS_WARNING['hu-HU'] = [] SUPPRESS_WARNING['it-IT'] = [] SUPPRESS_WARNING['ja-JP'] = [] -SUPPRESS_WARNING['ko-KR'] = [] +# ko-KR needs to change order of {STRINGID}s for news and research to translate them properly. STR_1218, 1219 is changed by @AaronVanGeffen at 738e920. +SUPPRESS_WARNING['ko-KR'] = ['STR_1218', 'STR_1219', 'STR_2235', 'STR_2289'] SUPPRESS_WARNING['nb-NO'] = [] SUPPRESS_WARNING['nl-NL'] = [] SUPPRESS_WARNING['pl-PL'] = []