Reference:LocalisationUpdate: Difference between revisions

m (1 revision imported)
No edit summary
Line 5: Line 5:
|type=MediaWiki
|type=MediaWiki
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|active=No
|compatible=MediaWiki
|compatible=MediaWiki
|category=Infrastructure
|category=Infrastructure
|license=GPL v2+
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate
|docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate
}}
|features='''LocalisationUpdate''' keeps the localized messages as up-to-date as possible.  
'''LocalisationUpdate''' keeps the localized messages as up-to-date as possible. 
 


This MediaWiki extension fetches updates to MediaWiki core and extension localization files and makes them available to an installation without updating its own source. This allows us to pull updated translations being committed to development trunk even though our live install is running a deployment branch.




This MediaWiki extension fetches updates to MediaWiki core and extension localization files and makes them available to an installation without updating its own source. This allows us to pull updated translations being committed to development trunk even though our live install is running a deployment branch.
Whenever you want to run an update, run <nowiki><code>php extensions/LocalisationUpdate/update.php</code></nowiki> on the command line, or set up a cron job.


Whenever you want to run an update, run <code>php extensions/LocalisationUpdate/update.php</code> on the command line, or set up a cron job.


LocalisationUpdate does not update translations automatically.
LocalisationUpdate does not update translations automatically.
Line 24: Line 23:
If you are on a unix-like system, you should add LocalisationUpdate to crontab:
If you are on a unix-like system, you should add LocalisationUpdate to crontab:


crontab -e<br /># Add the following line<br />@daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet


If localization updates don't seem to come through, you may need to run <code>php maintenance/rebuildLocalisationCache.php --force</code>.
crontab -e




<nowiki>#</nowiki> Add the following line<nowiki><br /></nowiki>@daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet


<br />
 
If localization updates don't seem to come through, you may need to run <nowiki><code>php maintenance/rebuildLocalisationCache.php --force</code></nowiki>.
 
 
 
 
<nowiki><br /></nowiki>
|active=No
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web
|wcagTestdate=2022-08-05
|wcagLevel=AA
|wcagSupport=not applicable
|wcagComments=backend extension
}}
'

Revision as of 13:36, 5 August 2022

1. Extension: LocalisationUpdate

all extensions

Overview
Description: Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software.
State: stable Dependency: MediaWiki
Developer: Tom Maaswinkel, Niklas Laxström License: GPL v2+
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)"BlueSpice Farm (deactivated)" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. Version: 4.1+
For more info, visit Mediawiki.

1.1. Features

LocalisationUpdate keeps the localized messages as up-to-date as possible.


This MediaWiki extension fetches updates to MediaWiki core and extension localization files and makes them available to an installation without updating its own source. This allows us to pull updated translations being committed to development trunk even though our live install is running a deployment branch.


Whenever you want to run an update, run <code>php extensions/LocalisationUpdate/update.php</code> on the command line, or set up a cron job.


LocalisationUpdate does not update translations automatically.


If you are on a unix-like system, you should add LocalisationUpdate to crontab:


crontab -e


# Add the following line<br />@daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet


If localization updates don't seem to come through, you may need to run <code>php maintenance/rebuildLocalisationCache.php --force</code>.



<br />

1.2. Accessibility

Test status: 2-testing complete
Checked for: Web
Last test date: 2022-08-05
WCAG level: AA
WCAG support: not applicable
Comments:

backend extension

Extension type:
Extension focus:

'

Discussions