Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
shaggyz committed Oct 17, 2016
1 parent f2ded18 commit 86f951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Laravel Gettext* is a package compatible with the great Laravel PHP Framework. It provides a simple way to add localization support to Laravel applications. It is designed to work with *GNU gettext* and *Poedit*. Former versions of this package (before 4.x) works with the native php-gettext module. Current versions uses the Symfony translation package by default instead of native php extension.

[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=4.0.1)](https://travis-ci.org/xinax/laravel-gettext) <a href="https://github.com/xinax/laravel-gettext/tree/4.0.1">Latest Laravel 5.3.x stable release (4.0.1)</a>
[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=4.0.2)](https://travis-ci.org/xinax/laravel-gettext) <a href="https://github.com/xinax/laravel-gettext/tree/4.0.2">Latest Laravel 5.3.x stable release (4.0.2)</a>

> Note: This documentation applies to laravel 5.3.x and 4.x branch. For older versions of laravel check the following links:
Expand Down Expand Up @@ -36,7 +36,7 @@ Optional requirements if you want to use the native php-gettext extension:
Add the composer repository to your *composer.json* file:

```json
"xinax/laravel-gettext": "4.0.1"
"xinax/laravel-gettext": "4.x"
```

And run composer update. Once it's installed, you can register the service provider in config/app.php in the providers array:
Expand Down

0 comments on commit 86f951e

Please sign in to comment.