refactor: simplify commands i18n

This commit is contained in:
Isaac
2022-10-26 18:58:46 +01:00
parent c6f1261478
commit 1843400004
16 changed files with 263 additions and 463 deletions

View File

@@ -37,9 +37,9 @@
"@discord-tickets/settings": "^1.1.5",
"@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.1.0",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^6.0.0",
"@fastify/cors": "^8.1.0",
"@fastify/cors": "^8.1.1",
"@fastify/http-proxy": "^8.2.3",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
@@ -67,7 +67,7 @@
},
"devDependencies": {
"all-contributors-cli": "^6.24.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.20"
},