From b07d36f9883d6cc550d0120884b739cbf74931e8 Mon Sep 17 00:00:00 2001 From: Andreas Loew Date: Sun, 3 Nov 2024 12:22:34 +0100 Subject: [PATCH] Updated Readme files for npm... which unfortunately requires a new version. --- projects/http-loader/README.md | 15 +++++++++------ projects/http-loader/package.json | 2 +- projects/ngx-translate/README.md | 16 ++++++++++------ projects/ngx-translate/package-lock.json | 4 ++-- projects/ngx-translate/package.json | 6 ++++-- 5 files changed, 26 insertions(+), 17 deletions(-) diff --git a/projects/http-loader/README.md b/projects/http-loader/README.md index 450f4fe..84e02f7 100644 --- a/projects/http-loader/README.md +++ b/projects/http-loader/README.md @@ -1,10 +1,13 @@ -# @ngx-translate/http-loader ![Buildstatus](https://github.com/ngx-translate/core/actions/workflows/ngx-translate-test.yml/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore) +# @ngx-translate/http-loader -HTTP loader for ngx-translate +## Overview -Forked from @ngx-translate/http-loader after the maintainer abandoned the library. +The `@ngx-translate/http-loader` package enables the dynamic loading of translation +files from a server, making it a flexible solution for internationalizing Angular +applications with JSON translation files. -Documentation: https://ngx-translate.org/ +### Documentation + +- [Official Documentation](https://ngx-translate.org/) +- [Getting Started Tutorial: How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate) -In addition to that, a getting started tutorial is available here: -[How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate) diff --git a/projects/http-loader/package.json b/projects/http-loader/package.json index 470e165..b51d009 100644 --- a/projects/http-loader/package.json +++ b/projects/http-loader/package.json @@ -5,7 +5,7 @@ "keywords": [ "@ngx-translate", "ngx-translate", - "@ngx-translate/http-loader" + "angular", "i18n", "translation" ], "author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe", "license": "MIT", diff --git a/projects/ngx-translate/README.md b/projects/ngx-translate/README.md index 49c31ca..bcba9a8 100644 --- a/projects/ngx-translate/README.md +++ b/projects/ngx-translate/README.md @@ -1,10 +1,14 @@ -# @ngx-translate/core ![Buildstatus](https://github.com/ngx-translate/core/actions/workflows/ngx-translate-test.yml/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore) +# @ngx-translate/core -The internationalization (i18n) library for Angular. +## Overview -Forked from @ngx-translate/core after the maintainer abandoned the library. +`@ngx-translate/core` is the primary internationalization (i18n) library for Angular +applications, allowing developers to easily implement and manage multiple languages +in their projects. With `@ngx-translate/core`, you can dynamically switch languages +within the app, seamlessly adapting content to suit various locales. -Documentation: https://ngx-translate.org/ +### Documentation + +- [Official Documentation](https://ngx-translate.org/) +- [Getting Started Tutorial: How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate) -In addition to that, a getting started tutorial is available here: -[How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate) diff --git a/projects/ngx-translate/package-lock.json b/projects/ngx-translate/package-lock.json index 9ce4be2..50abdab 100644 --- a/projects/ngx-translate/package-lock.json +++ b/projects/ngx-translate/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ngx-translate/core", - "version": "16.0.0", + "version": "16.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ngx-translate/core", - "version": "16.0.0", + "version": "16.0.3", "license": "MIT", "peerDependencies": { "@angular/common": ">=16", diff --git a/projects/ngx-translate/package.json b/projects/ngx-translate/package.json index 25358e9..c30d0b6 100644 --- a/projects/ngx-translate/package.json +++ b/projects/ngx-translate/package.json @@ -1,11 +1,13 @@ { "name": "@ngx-translate/core", - "version": "16.0.0", + "version": "16.0.3", "description": "Translation library (i18n) for Angular", "keywords": [ "@ngx-translate", "ngx-translate", - "@ngx-translate/http-loader" + "angular", + "i18n", + "translation" ], "author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe", "license": "MIT",