forked from MapComplete/MapComplete
Move image license picker into user panel, fix #1236
This commit is contained in:
parent
6a5e7f9a4d
commit
a995f0e2aa
35 changed files with 252 additions and 303 deletions
|
@ -4,7 +4,9 @@ import * as fs from "fs"
|
|||
|
||||
async function main(args: string[]) {
|
||||
if (args.length !== 1) {
|
||||
console.log("Usage: first argument is the fully qualified key of the string to remove")
|
||||
console.log(
|
||||
"Usage: first argument is the fully qualified key of the string to remove. Only removes translations in the core translations"
|
||||
)
|
||||
return
|
||||
}
|
||||
const path = args[0].split(".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue