위키 | 블로그 | 갤러리
프로필 | 즐겨찾기 | 찾기 | 목록 | 환경설정
RecentChanges
 


Gallery2한글화


modules/core/classes/GalleryTranslator.class 에 '한국어' 추가.
/* Korean */
$supportedLanguages['ko']['KR']['description'] = '한국어';
$defaultCountry['ko'] = 'KR';

관리자 화면에서 한국어로 설정

다음과 같은 에러의 경우에는
Warning: mb_convert_encoding() [function.mb-convert-encoding]: 
Illegal character encoding specified
in :\Inetpub\wwwroot\gallery\modules\core\classes\GalleryPhpVm.class on line 70

config.php에 다음의 코드를 추가해서 해결했음.
require_once(dirname(__FILE__) . '/modules/core/classes/GalleryCapabilities.class'); 
GalleryCapabilities::set('systemCharset', 'utf-8'); 


EditText | FindPage | new | DeletePage | LikePages | Tour | 키워드

Powered by MoniWiki
xhtml1 | css2 | any browser | rss
Last modified 2007-03-01 11:26:29
Loading 0.1557 sec