Localisation updates from https://translatewiki.net.

Change-Id: I605a1e4827c83860d68b727d5167d9350c7e10ce
2 files changed
tree: abf81373be9c8b89e104a59f582d10417a3cb3c8
  1. .phan/
  2. i18n/
  3. modules/
  4. src/
  5. tests/
  6. .eslintrc.json
  7. .gitignore
  8. .gitreview
  9. .mailmap
  10. .npmrc
  11. .phpcs.xml
  12. .stylelintrc.json
  13. AUTHORS.txt
  14. CODE_OF_CONDUCT.md
  15. composer.json
  16. COPYING.txt
  17. extension.json
  18. Gruntfile.js
  19. jsdoc.json
  20. MIT-LICENSE.txt
  21. package-lock.json
  22. package.json
  23. README.md
README.md

The Cite extension to MediaWiki provides a way for wiki editors to add references and footnotes to articles.

See mw:Extension:Cite for technical documentation on installing and configuring the extension. See mw:Help:Cite for user documentation.

Cite is responsible for implementing the <ref> and <references> tags in wikitext. Integrations are provided for the legacy wikitext parser, Parsoid, WikiEditor, VisualEditor, and the reading interface.