Changing 'locale' string in Unicode Korean language pack to explicitly reference utf8 to solve date formatting problem
This commit is contained in:
@@ -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'] = '손님 계정으로 접속했습니다.';
|
||||
|
||||
Reference in New Issue
Block a user