|
MediaWiki master
|
Rebuild the localisation cache. More...
Go to the source code of this file.
Classes | |
| class | RebuildLocalisationCache |
| Maintenance script to rebuild the localisation cache. More... | |
Variables | |
| $maintClass = RebuildLocalisationCache::class | |
Rebuild the localisation cache.
Useful if you disabled automatic updates using $wgLocalisationCacheConf['manualRecache'] = true;
Usage: php rebuildLocalisationCache.php [–force] [–threads=N]
Use –force to rebuild all files, even the ones that are not out of date. Use –threads=N to fork more threads.
Definition in file rebuildLocalisationCache.php.
| $maintClass = RebuildLocalisationCache::class |
Definition at line 274 of file rebuildLocalisationCache.php.