转到文件
Translation updater bot 85653a4f9c Localisation updates from https://translatewiki.net.
Change-Id: Ie31e70014bfe193e6e0702d2b848c46b3d3fcb14
2024-05-16 09:27:58 +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-16 09:27:58 +02:00
includes Inject services into Hooks 2024-05-15 16:20:05 +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 Inject services into Hooks 2024-05-15 16:20:05 +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.