~cytrogen/masto-fe

aea67d448bc7974aa4c342f5c1987ec4ee2681ea — Nick Schonning 2 years ago 768b00c
Cleanup old translationRunner (#25241)

2 files changed, 0 insertions(+), 4 deletions(-)

D config/webpack/translationRunner.js
M package.json
D config/webpack/translationRunner.js => config/webpack/translationRunner.js +0 -3
@@ 1,3 0,0 @@
console.error("The localisation functionality has been refactored, please see the Localisation section in the development documentation (https://docs.joinmastodon.org/dev/code/#localizations)");

process.exit(1);

M package.json => package.json +0 -1
@@ 21,7 21,6 @@
    "lint:sass": "stylelint \"**/*.{css,scss}\" && prettier --check \"**/*.{css,scss}\"",
    "lint:yml": "prettier --check \"**/*.{yaml,yml}\"",
    "lint": "yarn lint:js && yarn lint:json && yarn lint:sass && yarn lint:yml",
    "manage:translations": "node ./config/webpack/translationRunner.js",
    "postversion": "git push --tags",
    "prepare": "husky install",
    "start": "node ./streaming/index.js",