转到文件
libraryupgrader 31330d5871 build: Updating composer dependencies
* mediawiki/minus-x: 1.1.1 → 1.1.3
* php-parallel-lint/php-parallel-lint: 1.3.2 → 1.4.0

Change-Id: I2592f5d42d9b383ca160fdcba8ca9f15d6886e08
2024-05-08 10:41:18 +00: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-08 09:24:39 +02:00
includes Move service option keys to CONSTRUCTOR_OPTIONS 2024-05-05 15:50:14 +00:00
modules Remove Watchlist and RecentChanges guided tours 2024-05-05 11:36:41 +00:00
tests/phpunit/unit Start on PHPUnit tests 2024-05-05 12:27:18 +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
COPYING Add COPYING 2014-01-21 23:02:00 +00:00
Gruntfile.js build: Update linters 2023-11-17 13:21:10 -05:00
README.md Fix Forrester typo 2021-04-22 00:11:17 +00:00
composer.json build: Updating composer dependencies 2024-05-08 10:41:18 +00:00
extension.json Remove Watchlist and RecentChanges guided tours 2024-05-05 11:36:41 +00:00
package-lock.json build: Updating eslint-config-wikimedia to 0.27.0 2024-04-20 12:51:43 +00:00
package.json build: Updating eslint-config-wikimedia to 0.27.0 2024-04-20 12:51:43 +00:00

README.md

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.