Changing 'locale' string in Unicode Korean language pack to explicitly reference utf8 to solve date formatting problem

This commit is contained in:
scop22 2005-12-26 14:26:29 +00:00
parent cde304b323
commit 498e675e03

View File

@ -653,7 +653,7 @@ $string['list'] = '목록';
$string['listfiles'] = '$a 의 파일 목록';
$string['listofallpeople'] = '모든 사람 목록';
$string['livelogs'] = '최근 한 시간동안의 로그';
$string['locale'] = 'ko_KR';
$string['locale'] = 'ko_KR.utf8';
$string['location'] = '위치';
$string['loggedinas'] = '$a 계정으로 접속되었습니다.';
$string['loggedinasguest'] = '손님 계정으로 접속했습니다.';