Add missing I18n section.

This commit is contained in:
euromark 2014-07-26 12:47:52 +02:00
parent cf838a6ee5
commit 7c4e607a29
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
- [Data Structure and Storage](#data-structure-and-storage)
- [Notifications](#notifications)
- [Deployment](#deployment)
- [I18n](#i18n)
- [Third Party APIs](#third-party-apis)
- [Extensions](#extensions)
- [Miscellaneous](#miscellaneous)
@ -521,6 +522,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
* [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
## I18n
* Libraries for I18n (Internationalization) and L10n (Localization)*
* [Aura.Intl](https://github.com/auraphp/Aura.Intl)
## Third Party APIs
*Libraries for accessing third party APIs.*