Manual:RebuildLocalisationCache.php/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:RebuildLocalisationCache.php and the translation is 15% complete.
Languages:
| 미디어위키 파일: 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...]
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+
|