Skip to content

Commit b07d36f

Browse files
committed
Updated Readme files for npm... which unfortunately requires a new version.
1 parent 48b9aaa commit b07d36f

File tree

5 files changed

+26
-17
lines changed

5 files changed

+26
-17
lines changed

projects/http-loader/README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# @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)
1+
# @ngx-translate/http-loader
22

3-
HTTP loader for ngx-translate
3+
## Overview
44

5-
Forked from @ngx-translate/http-loader after the maintainer abandoned the library.
5+
The `@ngx-translate/http-loader` package enables the dynamic loading of translation
6+
files from a server, making it a flexible solution for internationalizing Angular
7+
applications with JSON translation files.
68

7-
Documentation: https://ngx-translate.org/
9+
### Documentation
10+
11+
- [Official Documentation](https://ngx-translate.org/)
12+
- [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)
813

9-
In addition to that, a getting started tutorial is available here:
10-
[How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate)

projects/http-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [
66
"@ngx-translate",
77
"ngx-translate",
8-
"@ngx-translate/http-loader"
8+
"angular", "i18n", "translation"
99
],
1010
"author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe",
1111
"license": "MIT",

projects/ngx-translate/README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# @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)
1+
# @ngx-translate/core
22

3-
The internationalization (i18n) library for Angular.
3+
## Overview
44

5-
Forked from @ngx-translate/core after the maintainer abandoned the library.
5+
`@ngx-translate/core` is the primary internationalization (i18n) library for Angular
6+
applications, allowing developers to easily implement and manage multiple languages
7+
in their projects. With `@ngx-translate/core`, you can dynamically switch languages
8+
within the app, seamlessly adapting content to suit various locales.
69

7-
Documentation: https://ngx-translate.org/
10+
### Documentation
11+
12+
- [Official Documentation](https://ngx-translate.org/)
13+
- [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)
814

9-
In addition to that, a getting started tutorial is available here:
10-
[How to Translate Your Angular App with NGX-Translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate)

projects/ngx-translate/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/ngx-translate/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@ngx-translate/core",
3-
"version": "16.0.0",
3+
"version": "16.0.3",
44
"description": "Translation library (i18n) for Angular",
55
"keywords": [
66
"@ngx-translate",
77
"ngx-translate",
8-
"@ngx-translate/http-loader"
8+
"angular",
9+
"i18n",
10+
"translation"
911
],
1012
"author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe",
1113
"license": "MIT",

0 commit comments

Comments
 (0)