Localisation updates from https://translatewiki.net.

Change-Id: I976ea1deac977bf8edbf43858428cd44e8927e1d
10 files changed
tree: 1b479debd13e35104726d235fd8f2596ad4fe617
  1. .phan/
  2. i18n/
  3. includes/
  4. modules/
  5. tests/
  6. .eslintignore
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. .phpcs.xml
  11. .stylelintrc.json
  12. CODE_OF_CONDUCT.md
  13. composer.json
  14. COPYING
  15. extension.json
  16. Gruntfile.js
  17. package-lock.json
  18. package.json
  19. README.md
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.