| commit | b3e1482006d6c94a122c5809b8ea3f45abcc69a0 | [log] [tgz] |
|---|---|---|
| author | Translation updater bot <[email protected]> | Thu Dec 04 09:07:34 2025 +0100 |
| committer | Translation updater bot <[email protected]> | Thu Dec 04 09:07:34 2025 +0100 |
| tree | b1d806c2651732868b0f9da3527954c687e2bbf0 | |
| parent | 386b4031dc06d16519ab45aa0ab97b21e304327a [diff] |
Localisation updates from https://translatewiki.net. Change-Id: Ica821dbef4913b77202d6eda08ea8a6e07cbf5db
See https://www.mediawiki.org/wiki/Skin:Vector.
See skin.json.
Also see configuration.md
It is recommended to use nvm to use the version of node defined in .nvmrc during local development. This ensures consistency amongst development environments.
We strive for compliance with MediaWiki conventions:
https://www.mediawiki.org/wiki/Manual:Coding_conventions
Additions and deviations from those conventions that are more tailored to this project are noted at:
https://www.mediawiki.org/wiki/Reading/Web/Coding_conventions
A pre-commit hook is installed when executing npm install. By default, it runs npm test which is useful for automatically validating everything that can be in a reasonable amount of time. If you wish to defer these tests to be executed by continuous integration only, set the PRE_COMMIT environment variable to 0:
$ export PRE_COMMIT=0 $ git commit
Or more succinctly:
$ PRE_COMMIT=0 git commit
Skipping the pre-commit tests has no impact on Gerrit change identifier hooks.
See hooks.txt.