diff --git a/itenium-socks/angular.json b/itenium-socks/angular.json index e7cfa50..6badf53 100644 --- a/itenium-socks/angular.json +++ b/itenium-socks/angular.json @@ -13,6 +13,12 @@ "root": "", "sourceRoot": "src", "prefix": "app", + "i18n": { + "sourceLocale": "en", + "locales": { + "nl": "src/locale/messages.nl.json" + } + }, "architect": { "build": { "builder": "@angular-devkit/build-angular:application", @@ -23,6 +29,7 @@ "polyfills": [ "zone.js" ], + "localize":true, "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ @@ -58,6 +65,9 @@ "optimization": false, "extractLicenses": false, "sourceMap": true + }, + "nl": { + "localize": ["nl"] } }, "defaultConfiguration": "production" @@ -70,6 +80,9 @@ }, "development": { "buildTarget": "itenium-socks:build:development" + }, + "nl": { + "buildTarget": "itenium-socks:build:nl" } }, "defaultConfiguration": "development" diff --git a/itenium-socks/package.json b/itenium-socks/package.json index 6b3a9d6..ed73f97 100644 --- a/itenium-socks/package.json +++ b/itenium-socks/package.json @@ -15,6 +15,7 @@ "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/forms": "^18.0.0", + "@angular/localize": "~18.0.0", "@angular/platform-browser": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0", "@angular/router": "^18.0.0", diff --git a/itenium-socks/src/app/layout/footer.component.html b/itenium-socks/src/app/layout/footer.component.html index 82d7787..573703e 100644 --- a/itenium-socks/src/app/layout/footer.component.html +++ b/itenium-socks/src/app/layout/footer.component.html @@ -3,10 +3,10 @@
+
We're more than just a sock store - we're a celebration of your love for programming and technology. Founded by tech enthusiasts, our store is dedicated to bringing you a unique collection of socks that allow you to express your passion for coding and all things IT. @@ -14,32 +14,34 @@
- Our customer support team is available via phone or email. - Don't hesitate to reach out whenever you need assistance. - We're committed to providing you with the best sock-shopping experience possible. +
+ Our customer support team is available via phone or email. + Don't hesitate to reach out whenever you need assistance. + We're committed to providing you with the best sock-shopping experience possible.