转到文件
Translation updater bot 559c671ccc Localisation updates from https://translatewiki.net.
Change-Id: I9f0a2191d610a7ef0cffb6675763432cd48f3d82
2024-05-30 09:14:34 +02:00
.phan Add legal notice for the CampaignEvents extension 2022-08-29 23:59:49 +00:00
i18n Localisation updates from https://translatewiki.net. 2024-05-30 09:14:34 +02:00
includes Merge "Introduce SiteAdminHelper to allow site admins to cherry pick styles" 2024-03-27 16:34:41 +00:00
modules Merge "Introduce SiteAdminHelper to allow site admins to cherry pick styles" 2024-03-27 16:34:41 +00:00
.eslintignore build: Update linters 2023-11-17 13:21:10 -05:00
.eslintrc.json build: Update linters 2023-11-17 13:21:10 -05:00
.gitignore build: Updating npm dependencies for security issues 2019-06-09 11:22:17 -04:00
.gitreview Whoops, track not trace 2016-10-24 17:04:16 -07:00
.phpcs.xml Fix last PHPCS exclusion 2021-04-22 00:40:56 +01:00
.stylelintrc.json build: Update linters 2023-11-17 13:21:10 -05:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 18:19:49 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 2024-03-18 04:21:53 +00:00
COPYING Add COPYING 2014-01-21 23:02:00 +00:00
extension.json Merge "Introduce SiteAdminHelper to allow site admins to cherry pick styles" 2024-03-27 16:34:41 +00:00
Gruntfile.js build: Update linters 2023-11-17 13:21:10 -05:00
package-lock.json build: Updating dependencies 2024-02-11 01:58:16 +00:00
package.json build: Updating dependencies 2024-02-11 01:58:16 +00:00
README.md Fix Forrester typo 2021-04-22 00:11:17 +00:00

WikimediaMessages

The WikimediaMessages extension adds Wikimedia-specific internationalisation messages and grammar, as well as Wikimedia-specific overrides for license and other legal-related messages.

Installation

  • Download and extract the contents this repository to $IP/extensions/WikimediaMessages/ (where $IP is your root wiki install)
  • Add wfLoadExtension( 'WikimediaMessages' ); to the end of your LocalSettings.php

License

WikimediaMessages is distributed under the GNU General Public License 2.0 or later.

Authors

  • Tim Starling
  • Siebrand Mazeland
  • James D. Forrester
  • Multichill

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