Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Apr 18, 2016
1 parent c5baf55 commit 98eb612
Showing 1 changed file with 46 additions and 32 deletions.
78 changes: 46 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
# Localization [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5][badge_laravel]](https://github.com/ARCANEDEV/Localization#localization)
# Localization [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5][badge_laravel]][link-github-repo]

[![Travis Status][badge_build]](https://travis-ci.org/ARCANEDEV/Localization)
[![HHVM Status][badge_hhvm]](http://hhvm.h4cc.de/package/arcanedev/localization)
[![Coverage Status][badge_coverage]](https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master)
[![Scrutinizer Code Quality][badge_quality]](https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master)
[![SensioLabs Insight][badge_insight]](https://insight.sensiolabs.com/projects/30a231b2-295e-466a-8733-fe95cf2bc48d)
[![Github Issues][badge_issues]](https://github.com/ARCANEDEV/Localization/issues)
[![Travis Status][badge_build]][link-travis]
[![HHVM Status][badge_hhvm]][link-hhvm]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues]

[![Packagist][badge_package]](https://packagist.org/packages/arcanedev/localization)
[![Packagist Release][badge_release]](https://packagist.org/packages/arcanedev/localization)
[![Packagist Downloads][badge_downloads]](https://packagist.org/packages/arcanedev/localization)

[badge_license]: http://img.shields.io/packagist/l/arcanedev/localization.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/For-Laravel%205-orange.svg?style=flat-square

[badge_build]: http://img.shields.io/travis/ARCANEDEV/Localization.svg?style=flat-square
[badge_hhvm]: https://img.shields.io/hhvm/arcanedev/localization.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/30a231b2-295e-466a-8733-fe95cf2bc48d.svg?style=flat-square
[badge_issues]: http://img.shields.io/github/issues/ARCANEDEV/Localization.svg?style=flat-square

[badge_package]: https://img.shields.io/badge/package-arcanedev/localization-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/localization.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/localization.svg?style=flat-square
[![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]

*By [ARCANEDEV©](http://www.arcanedev.net/)*

Expand Down Expand Up @@ -51,23 +37,51 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/
5. [Extras](_docs/5-Extras.md)
6. [FAQ](_docs/6-FAQ.md)

### TODOS

- [ ] 100% Code coverage + Maximum code quality.
- [ ] Complete the documentation.
- [ ] Adding more regionals for locales.

### DONE

- [x] Laravel 5.2 supported.
- [x] Laravel 5.1 supported.
- [x] Laravel 5.0 supported.
- [x] Adding language selector view.

## Credit
### TODOS

The Localization package was inspired from [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization).
- [ ] 100% Code coverage + Maximum code quality.
- [ ] Complete the documentation.
- [ ] Adding more regionals for locales.

## Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).

## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- The Localization package was inspired from [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization).
- [ARCANEDEV][link-author]
- [All Contributors][link-contributors]

[badge_license]: http://img.shields.io/packagist/l/arcanedev/localization.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/For-Laravel%205-orange.svg?style=flat-square
[badge_build]: http://img.shields.io/travis/ARCANEDEV/Localization.svg?style=flat-square
[badge_hhvm]: https://img.shields.io/hhvm/arcanedev/localization.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/30a231b2-295e-466a-8733-fe95cf2bc48d.svg?style=flat-square
[badge_issues]: http://img.shields.io/github/issues/ARCANEDEV/Localization.svg?style=flat-square
[badge_package]: https://img.shields.io/badge/package-arcanedev/localization-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/localization.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/localization.svg?style=flat-square

[link-author]: https://github.com/arcanedev-maroc
[link-github-repo]: https://github.com/ARCANEDEV/Localization
[link-github-issues]: https://github.com/ARCANEDEV/Localization/issues
[link-contributors]: https://github.com/ARCANEDEV/Localization/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/localization
[link-travis]: https://travis-ci.org/ARCANEDEV/Localization
[link-hhvm]: http://hhvm.h4cc.de/package/arcanedev/localization
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/30a231b2-295e-466a-8733-fe95cf2bc48d

0 comments on commit 98eb612

Please sign in to comment.