Skip to content

Commit

Permalink
Updated Readme files for npm... which unfortunately requires a new ve…
Browse files Browse the repository at this point in the history
…rsion.
  • Loading branch information
CodeAndWeb committed Nov 3, 2024
1 parent 48b9aaa commit b07d36f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 17 deletions.
15 changes: 9 additions & 6 deletions projects/http-loader/README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion projects/http-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 10 additions & 6 deletions projects/ngx-translate/README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions projects/ngx-translate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions projects/ngx-translate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b07d36f

Please sign in to comment.