build: add i18n support

This commit is contained in:
2026-01-20 22:54:08 -03:00
parent 490b929fa9
commit 00209ce137
7 changed files with 51 additions and 3 deletions

View File

@@ -32,6 +32,8 @@
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"@angular/service-worker": "^21.0.6",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"angular-web-sqlite": "^1.0.34",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
@@ -45,4 +47,4 @@
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}