Skip to content

Commit 15cbab4

Browse files
committed
fix translations
1 parent ccb7063 commit 15cbab4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

carrental-web/src/angular/carrental/angular.json

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"sourceMap": false,
7070
"extractCss": true,
7171
"namedChunks": false,
72+
"localize": true,
7273
"aot": true,
7374
"extractLicenses": true,
7475
"vendorChunk": false,

carrental-web/src/angular/carrental/src/app/app.module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import { CrrootComponent } from './crroot/crroot.component';
3131
import { CruploadComponent } from './crupload/crupload.component';
3232
//import { MyErrorHandler } from './shared/my-error-handler';
3333
import { BaseHrefInterceptor } from './services/base-href-interceptor';
34-
import {APP_BASE_HREF} from '@angular/common';
3534

3635
@NgModule({
3736
declarations: [

0 commit comments

Comments
 (0)