E D R , A S I H C RSS
If it pours before seven, it has rained by eleven.


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'); 

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2024-02-11 16:46:58
Processing time 0.0058 sec