Manual:$wgUseDatabaseMessages/ko
Appearance
| Language, regional and character encoding settings: $wgUseDatabaseMessages | |
|---|---|
| Translation using MediaWiki: namespace. |
|
| 이 변수가 소개된 버전: | 1.1.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | true (1.2+)false (1.1) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
This variable determines whether the MediaWiki namespace is used to modify language files.
If true, then the wiki's interface is editable by those with editinterface privileges; if false, then the wiki's interface is determined directly from the internationalized message file specified in $wgLanguageCode.
Setting this variable to true will cause all interface messages to be retrieved from the database, which will increase load times by 25-60% (unless memcached is installed, in which case messages will be retrieved from the cache, which is a lot quicker). For performance reasons, it is recommended that you disable this setting if you do not have memcached.