From 60753266831356a724f67d2dab0bf7f67cfa4830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 3 Jan 2021 16:53:54 +0100 Subject: [PATCH] Angular using custom translation ids. --- backend/README.md | 3 +++ frontend-angular/README.md | 6 ++++- frontend-angular/angular.json | 2 +- frontend-angular/src/app/app.component.html | 12 ++++----- frontend-angular/src/locale/messages.de.xlf | 28 +++++++++++++-------- 5 files changed, 33 insertions(+), 18 deletions(-) create mode 100644 backend/README.md diff --git a/backend/README.md b/backend/README.md new file mode 100644 index 0000000..d1db969 --- /dev/null +++ b/backend/README.md @@ -0,0 +1,3 @@ +# How to start backend + +node .\index.js .\config-dev.json \ No newline at end of file diff --git a/frontend-angular/README.md b/frontend-angular/README.md index 260c0f5..daf3157 100644 --- a/frontend-angular/README.md +++ b/frontend-angular/README.md @@ -1,6 +1,10 @@ # Frontend -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.4. +Angular version of frontend for a simple people management application. + +## How to add new translations + + ng extract-i18n --out-file src/locale/messages.de.xlf ## Development server diff --git a/frontend-angular/angular.json b/frontend-angular/angular.json index 3547972..61d56bf 100644 --- a/frontend-angular/angular.json +++ b/frontend-angular/angular.json @@ -27,7 +27,7 @@ "builder": "@angular-devkit/build-angular:browser", "options": { "localize": [ - "en-US" + "de" ], "outputPath": "dist/frontend", "index": "src/index.html", diff --git a/frontend-angular/src/app/app.component.html b/frontend-angular/src/app/app.component.html index 3abb1a6..0b46896 100644 --- a/frontend-angular/src/app/app.component.html +++ b/frontend-angular/src/app/app.component.html @@ -1,7 +1,7 @@