Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
CHANGELOG.md
-
apps/api/src/app/frontend.middleware.ts
-
package.json
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
## 1.199.0 - 27.09.2022 |
|
|
## 1.199.1 - 27.09.2022 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
|
@ -78,7 +78,7 @@ export class FrontendMiddleware implements NestMiddleware { |
|
|
); |
|
|
); |
|
|
} else if (req.path === '/es' || req.path.startsWith('/es/')) { |
|
|
} else if (req.path === '/es' || req.path.startsWith('/es/')) { |
|
|
res.send( |
|
|
res.send( |
|
|
this.interpolate(this.indexHtmlIt, { |
|
|
this.interpolate(this.indexHtmlEs, { |
|
|
featureGraphicPath, |
|
|
featureGraphicPath, |
|
|
languageCode: 'es', |
|
|
languageCode: 'es', |
|
|
path: req.path, |
|
|
path: req.path, |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "1.199.0", |
|
|
"version": "1.199.1", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"license": "AGPL-3.0", |
|
|
"license": "AGPL-3.0", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|