Skip to content

Commit

Permalink
feat(server): impl i18n module (#1143)
Browse files Browse the repository at this point in the history
Signed-off-by: Bird <aflybird0@gmail.com>
  • Loading branch information
aFlyBird0 committed May 17, 2023
1 parent dc05b37 commit a420354
Show file tree
Hide file tree
Showing 14 changed files with 223 additions and 73 deletions.
3 changes: 2 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Prisma](https://www.prisma.io)
- [MinIO](https://min.io) object storage
- [APISIX](https://apisix.apache.org) gateway
- [nestjs-i18n](https://nestjs-i18n.com/) i18n

## Prerequisites

Expand Down Expand Up @@ -59,4 +60,4 @@ telepresence leave laf-server-laf-system

## Troubleshooting

- `telepresence helm install` failed for `arm64 / Apple Chip` cluster, please upgrade your telepresence to `v2.11.1` or later.
- `telepresence helm install` failed for `arm64 / Apple Chip` cluster, please upgrade your telepresence to `v2.11.1` or later.
24 changes: 0 additions & 24 deletions server/env.sh

This file was deleted.

10 changes: 9 additions & 1 deletion server/nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{
"include": "i18n/**/*",
"watchAssets": true
}
]
}
}
Loading

0 comments on commit a420354

Please sign in to comment.