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'] = [] 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를 재설치해보세요.