From 9d778166bd0b112d0c806e28ed41e95ce12a454d Mon Sep 17 00:00:00 2001 From: koenr Date: Sat, 12 Nov 2005 19:21:16 +0000 Subject: [PATCH] corrected locale: as far as I could find it should be ko_KR --- lang/ko/moodle.php | 2 +- lang/ko_utf8/moodle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ko/moodle.php b/lang/ko/moodle.php index dc7a48e21b7..fcfcb81e665 100644 --- a/lang/ko/moodle.php +++ b/lang/ko/moodle.php @@ -619,7 +619,7 @@ $string['list'] = ' $string['listfiles'] = '$a '; $string['listofallpeople'] = ' '; $string['livelogs'] = 'ֱ ð α'; -$string['locale'] = 'ko_utf8'; +$string['locale'] = 'ko_KR'; $string['location'] = 'ġ'; $string['loggedinas'] = '$a ӵǾϴ.'; $string['loggedinasguest'] = 'մ ߾ϴ.'; diff --git a/lang/ko_utf8/moodle.php b/lang/ko_utf8/moodle.php index 97a725873ba..690eceee691 100644 --- a/lang/ko_utf8/moodle.php +++ b/lang/ko_utf8/moodle.php @@ -619,7 +619,7 @@ $string['list'] = '목록'; $string['listfiles'] = '$a 의 파일 목록'; $string['listofallpeople'] = '모든 사람 목록'; $string['livelogs'] = '최근 한 시간동안의 로그'; -$string['locale'] = 'ko_utf8'; +$string['locale'] = 'ko_KR'; $string['location'] = '위치'; $string['loggedinas'] = '$a 계정으로 접속되었습니다.'; $string['loggedinasguest'] = '손님 계정으로 접속했었습니다.';