MediaWiki file: rebuildLocalisationCache.php
Location: maintenance/
Source code: master 1.40.0 1.39.4 1.35.11
Classes: RebuildLocalisationCache

Details

rebuildLocalisationCache.php file is a maintenance script to rebuild the localisation cache. Useful if you disabled automatic updates using $wgLocalisationCacheConf['manualRecache'] = true;

Usage

php rebuildLocalisationCache.php [--force] [--threads=N] [--outdir=PATH] [--lang=LANG1,LANG2...]

Parameters

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+

Introduced in r52503 (MW 1.16).

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.