Index of /extensions/LocalisationUpdate/

      Name                                                                             Last modified         Size  Description 
   
up Parent Directory 16-Jun-2019 18:54 - directory tests 16-Jun-2019 18:54 - directory includes 16-Jun-2019 18:54 - directory i18n 16-Jun-2019 18:54 - [HTM] update.php 05-Jun-2019 20:18 4k unknown extension.json 05-Jun-2019 20:18 4k unknown composer.json 06-Jun-2019 15:34 4k [HTM] LocalisationUpdate.php 05-Jun-2019 20:14 4k [HTM] Gruntfile.js 05-Jun-2019 20:18 4k unknown COPYING 12-Dec-2018 23:35 20k unknown CODE_OF_CONDUCT.md 06-Jun-2019 15:34 4k

== Localisation Update ==
Localisation Update extension can update the MediaWiki messages at any time,
without needing to upgrade the MediaWiki software.

For more information see:
 https://www.mediawiki.org/wiki/Extension:LocalisationUpdate

== Installation ==
1. Add the following to LocalSettings.php of your MediaWiki setup:

 wfLoadExtension( 'LocalisationUpdate' );
 $wgLocalisationUpdateDirectory = "$IP/cache";

2. Create a cache folder in the installation directory, and be sure the server
has permissions to write on it.

If localization updates don't seem to come through, you may need to run,

 php maintenance/rebuildLocalisationCache.php --force.

3. Whenever you want to run an update, run,

 php extensions/LocalisationUpdate/update.php

For detailed help, see:

 php extensions/LocalisationUpdate/update.php --help

4. If you are on Unix like system, you should add LocalisationUpdate to
crontab:

 crontab -e
 # Add the following line
 @daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet
Proudly Served by LiteSpeed Web Server at gonereng.lu Port 443