Manuel:RebuildLocalisationCache.php
Fichier MediaWiki : rebuildLocalisationCache.php | |
---|---|
Emplacement : | maintenance/ |
Code source : | master • 1.39.1 • 1.38.5 • 1.35.9 |
Classes : | RebuildLocalisationCache |
Détails
rebuildLocalisationCache.php file is a maintenance script to rebuild the localisation cache.
Useful if you disabled automatic updates using $wgLocalisationCacheConf ['manualRecache'] = true;
Utilisation
php rebuildLocalisationCache.php [--force] [--threads=N] [--outdir=PATH] [--lang=LANG1,LANG2...]
Paramètres
Option/Parameter | Description |
---|---|
--force | rebuild all files, even the ones that are not out of date. |
--threads=<number> | fork more threads. |
--outdir=<folder> | override the output directory (normally $wgCacheDirectory ). MW 1.20+
|
--lang=<langcode> | rebuild only these languages (accepts a comma separated list of language codes, like --lang=de,en,es,it ). MW 1.22+
|