mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-01-10 18:06:27 +02:00
Merge branch 'main' into feat-archives
This commit is contained in:
commit
409b10b728
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
. "$(where npx | head -n 1)" --no -- commitlint --edit ${1}
|
||||||
npx --no -- commitlint --edit ${1}
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
. "$(where npx | head -n 1)" lint-staged
|
||||||
npx lint-staged
|
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
"postinstall": "node scripts/postinstall",
|
"postinstall": "node scripts/postinstall",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
"studio": "npx prisma studio",
|
"studio": "npx prisma studio",
|
||||||
"test": "node scripts/check-i18n"
|
"test": "node scripts/check-i18n",
|
||||||
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
@ -82,7 +83,7 @@
|
|||||||
"conventional-changelog-cli": "^2.2.2",
|
"conventional-changelog-cli": "^2.2.2",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-plugin-unused-imports": "^2.0.0",
|
"eslint-plugin-unused-imports": "^2.0.0",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.0",
|
||||||
"lint-staged": "^13.3.0",
|
"lint-staged": "^13.3.0",
|
||||||
"markdown-table": "^3.0.3",
|
"markdown-table": "^3.0.3",
|
||||||
"nodemon": "^2.0.22"
|
"nodemon": "^2.0.22"
|
||||||
|
5417
pnpm-lock.yaml
generated
5417
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -48,6 +48,10 @@ commands:
|
|||||||
docs: Documentatie
|
docs: Documentatie
|
||||||
feedback: Feedback
|
feedback: Feedback
|
||||||
commands: Volledige commandolijst
|
commands: Volledige commandolijst
|
||||||
|
links: Handige links
|
||||||
|
support: Ondersteuning
|
||||||
|
settings: Bot-instellingen
|
||||||
|
title: Hulp
|
||||||
add:
|
add:
|
||||||
added: ➡️ {added} is toegevoegd door {by}.
|
added: ➡️ {added} is toegevoegd door {by}.
|
||||||
description: Voeg iemand toe aan een ticket
|
description: Voeg iemand toe aan een ticket
|
||||||
@ -81,6 +85,8 @@ commands:
|
|||||||
not_staff:
|
not_staff:
|
||||||
description: Alleen staffleden kunnen tickets claimen.
|
description: Alleen staffleden kunnen tickets claimen.
|
||||||
title: ❌ Fout
|
title: ❌ Fout
|
||||||
|
move:
|
||||||
|
description: Verplaats een ticket naar een andere categorie
|
||||||
message:
|
message:
|
||||||
pin:
|
pin:
|
||||||
not_ticket:
|
not_ticket:
|
||||||
|
Loading…
Reference in New Issue
Block a user