Manual:RebuildLocalisationCache.php/bn
Appearance
| মিডিয়াউইকি ফাইল: rebuildLocalisationCache.php | |
|---|---|
| অবস্থান: | maintenance/ |
| উৎস কোড: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| শ্রেণী: | RebuildLocalisationCache |
বিশদ
rebuildLocalisationCache.php file is a maintenance script to rebuild the localisation cache.
Useful if you disabled automatic updates using $wgLocalisationCacheConf['manualRecache'] = true;
ব্যবহার
php maintenance/run.php rebuildLocalisationCache [--force] [--threads=N] [--outdir=PATH] [--lang=LANG1,LANG2...]
প্যারামিটার
| Option/Parameter | বর্ণনা |
|---|---|
| --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+
|