diff --git a/angular.json b/angular.json index 665d810cf4e..c3cf4b69182 100644 --- a/angular.json +++ b/angular.json @@ -18,17 +18,26 @@ "prefix": "app", "architect": { "build": { - "builder": "@angular-devkit/build-angular:browser", + "builder": "@angular-builders/custom-webpack:browser", "options": { + "customWebpackConfig": { + "path": "./apps/web/webpack.i18n.js" + }, "outputPath": "dist/web", "index": "apps/web/src/index.html", - "main": "apps/web/src/app/main.ts", - "polyfills": "apps/web/src/app/polyfills.ts", + "main": "apps/web/src/main.ts", + "polyfills": "apps/web/src/polyfills.ts", "tsConfig": "apps/web/tsconfig.json", "assets": ["apps/web/src/favicon.ico"], "styles": [], "scripts": [] } + }, + "extract-i18n": { + "builder": "@angular-builders/custom-webpack:extract-i18n", + "options": { + "buildTarget": "web:build" + } } } }, diff --git a/apps/web/src/app/auth/login/login-v1.component.html b/apps/web/src/app/auth/login/login-v1.component.html index b41e55a03b0..b83f81c3749 100644 --- a/apps/web/src/app/auth/login/login-v1.component.html +++ b/apps/web/src/app/auth/login/login-v1.component.html @@ -1,3 +1,9 @@ +
Updated {minutes, plural, =0 {just now} =1 {one minute ago} other {{{ 5 }} minutes ago}}
+ +This is a inline link to Settings with text before and after.
+ +A phrase we really need to highlight!
+