-
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme files for npm... which unfortunately requires a new ve…
…rsion.
- Loading branch information
1 parent
48b9aaa
commit b07d36f
Showing
5 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters