Difference between revisions of "Reference:LocalisationUpdate"
(Tag: 2017 source edit) |
Extension: LocalisationUpdate
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) | ||
For more info, visit Mediawiki.
|
Features[edit source]
Keeps LocalisationUpdate keeps the localized messages as up-to-date as possible.
Purpose[edit | edit source]
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.
Usage[<a href="https://www.mediawiki.org/w/index.php?title=Extension:LocalisationUpdate&action=edit§ion=3" title="Edit section: Usage">edit][edit | edit source]
Whenever you want to run an update, run php extensions/LocalisationUpdate/update.php
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
@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 php maintenance/rebuildLocalisationCache.php --force
. Source:mediawiki
{{BSExtensionInfobox |desc=Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software. |status=stable |developer=Tom Maaswinkel, Niklas Laxström |type=MediaWiki |edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) |active=No |compatible=MediaWiki |category=Infrastructure |license=GPL v2+ |docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate }} Keeps '''LocalisationUpdate''' keeps the localized messages as up -to -date as possible. [[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]] [[Category:Extension]] ==<span id="Purpose" class="mw-headline">Purpose</span>== 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. ==<span id="Usage" class="mw-headline">Usage</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:LocalisationUpdate&action=edit§ion=3" title="Edit section: Usage">edit]</span></span>== 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<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>. '''Source:'''[https://www.mediawiki.org/wiki/Extension:LocalisationUpdate mediawiki] <br />
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{BSExtensionInfobox | {{BSExtensionInfobox | ||
− | |desc=Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software | + | |desc=Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software. |
|status=stable | |status=stable | ||
|developer=Tom Maaswinkel, Niklas Laxström | |developer=Tom Maaswinkel, Niklas Laxström | ||
|type=MediaWiki | |type=MediaWiki | ||
− | |edition=BlueSpice free, BlueSpice pro | + | |edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) |
|active=No | |active=No | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Infrastructure | |category=Infrastructure | ||
+ | |license=GPL v2+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate | |docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate | ||
}} | }} | ||
− | + | '''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 <code>php extensions/LocalisationUpdate/update.php</code> 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. | ||
Line 34: | Line 29: | ||
− | + | ||
+ | <br /> |