From 3b9e2659b0f6043246036f237f1227bcf1e10e51 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 2 Jul 2014 12:43:29 +0000 Subject: i18n for the new HTML5 upload (use i18n files from plupload) optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ko_KR/common.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'language/ko_KR') diff --git a/language/ko_KR/common.lang.php b/language/ko_KR/common.lang.php index e62c02503..b832cd0cc 100644 --- a/language/ko_KR/common.lang.php +++ b/language/ko_KR/common.lang.php @@ -32,6 +32,7 @@ $lang_info['language_name'] = "한국어"; $lang_info['country'] = "대한민국"; $lang_info['direction'] = "ltr"; $lang_info['code'] = "en"; +$lang_info['jquery_code'] = "ko"; $lang_info['zero_plural'] = true; $lang['%d album updated'] = '%d 개의 앨범이 업데이트 되었습니다'; @@ -417,4 +418,4 @@ $lang['Password confirmation is missing. Please confirm the chosen password.'] = $lang['Password is missing. Please enter the password.'] = '암호가 입력되지 않았습니다. 암호를 입력하십시오.'; $lang['%d photos per page'] = '페이지당 %d 개의 사진'; $lang['Theme'] = '테마'; -?> \ No newline at end of file +?> -- cgit v1.2.3