-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07464cf
commit 181f347
Showing
1 changed file
with
22 additions
and
42 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,53 +1,33 @@ | ||
<div align="center"> | ||
<img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px"> | ||
</div> | ||
# @adonisjs/i18n | ||
|
||
<br /> | ||
|
||
<div align="center"> | ||
<h3>Internationalization</h3> | ||
<p>The official package to add support for I18n to AdonisJS applications. It has support for formatting <strong>numbers</strong>, <strong>currencies</strong>, <strong>date/time</strong> and <strong>messages</strong> using the <a href="https://format-message.github.io/icu-message-format-for-translators/index.html"> ICU syntax </a>.</p> | ||
</div> | ||
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] | ||
|
||
<br /> | ||
## Introduction | ||
Internationalization and Localization integration for AdonisJS with support for **ICU messages syntax**. | ||
|
||
<div align="center"> | ||
|
||
[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url] | ||
|
||
</div> | ||
|
||
<div align="center"> | ||
<h3> | ||
<a href="https://adonisjs.com"> | ||
Website | ||
</a> | ||
<span> | </span> | ||
<a href="https://docs.adonisjs.com/guides/i18n"> | ||
Guides | ||
</a> | ||
<span> | </span> | ||
<a href="CONTRIBUTING.md"> | ||
Contributing | ||
</a> | ||
</h3> | ||
</div> | ||
|
||
<div align="center"> | ||
<sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a> | ||
</div> | ||
|
||
[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/i18n/test?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/adonisjs/i18n/actions/workflows/test.yml "Github action" | ||
## Official Documentation | ||
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/i18n) | ||
|
||
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript | ||
[typescript-url]: "typescript" | ||
## Contributing | ||
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework. | ||
|
||
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework. | ||
|
||
## Code of Conduct | ||
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md). | ||
|
||
## License | ||
AdonisJS i18n is open-sourced software licensed under the [MIT license](LICENSE.md). | ||
|
||
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/i18n/test.yml?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/adonisjs/i18n/actions/workflows/test.yml "Github action" | ||
|
||
[npm-image]: https://img.shields.io/npm/v/@adonisjs/i18n/latest.svg?style=for-the-badge&logo=npm | ||
[npm-url]: https://www.npmjs.com/package/@adonisjs/i18n/v/latest "npm" | ||
|
||
[license-image]: https://img.shields.io/npm/l/@adonisjs/i18n?color=blueviolet&style=for-the-badge | ||
[license-url]: LICENSE.md "license" | ||
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript | ||
|
||
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/i18n?label=Synk%20Vulnerabilities&style=for-the-badge | ||
[synk-url]: https://snyk.io/test/github/adonisjs/i18n?targetFile=package.json "synk" | ||
[license-url]: LICENSE.md | ||
[license-image]: https://img.shields.io/github/license/adonisjs/i18n?style=for-the-badge |