Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -525,14 +525,11 @@ |
526 | 526 | |
527 | 527 | # Translation using MediaWiki: namespace |
528 | 528 | # This will increase load times by 25-60% unless memcached is installed |
529 | | -# Interface messages will be get from the database. |
| 529 | +# Interface messages will be loaded from the database. |
530 | 530 | $wgUseDatabaseMessages = true; |
531 | 531 | $wgMsgCacheExpiry = 86400; |
532 | 532 | |
533 | | -# Whether to enable language variant conversion. Currently only zh |
534 | | -# supports this function, to convert between Traditional and Simplified |
535 | | -# Chinese. This flag is meant to isolate the (untested) conversion |
536 | | -# code, so that if it breaks, only zh will be affected |
| 533 | +# Whether to enable language variant conversion. |
537 | 534 | $wgDisableLangConversion = false; |
538 | 535 | |
539 | 536 | # Use article validation feature; turned off by default |