commit | d9d46030959d35e0cc565b766f74a452e5ec00f2 | [log] [tgz] |
---|---|---|
author | Translation updater bot <[email protected]> | Mon Oct 28 08:27:20 2024 +0100 |
committer | Translation updater bot <[email protected]> | Mon Oct 28 08:27:20 2024 +0100 |
tree | b9ffcc04c266a90128fb36232f40718bc75595ae | |
parent | 663acf13a05f0b2a3c6292de981f6cda26ec41c3 [diff] |
Localisation updates from https://translatewiki.net. Change-Id: I29e57dce30f2c5afa46b7d145e339bb5a35fd0ce
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:
Additions and deviations from those conventions that are more tailored to this project are noted at:
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.