Skip to content

Commit

Permalink
feat: i18n and locale context aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
StiliyanKushev committed Feb 6, 2024
1 parent f38d09c commit fc6e68b
Show file tree
Hide file tree
Showing 12 changed files with 313 additions and 249 deletions.
240 changes: 0 additions & 240 deletions API_DOCUMENTATION.md

This file was deleted.

3 changes: 3 additions & 0 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
"assets/**/*"
],
"deleteOutDir": true,
"plugins": [
"@nestjs/swagger/plugin"
Expand Down
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.2.0",
"@nestjs/typeorm": "^10.0.1",
"accept-language-parser": "^1.5.0",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -43,17 +44,20 @@
"pino-pretty": "^10.3.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"string-format": "^2.0.0",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.3.1",
"@types/accept-language-parser": "^1.5.6",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.12",
"@types/node": "^20.3.1",
"@types/string-format": "^2.0.3",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down Expand Up @@ -102,4 +106,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}
Loading

0 comments on commit fc6e68b

Please sign in to comment.