PHPackages                             kocicak/l10n - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. kocicak/l10n

ActiveLibrary[Localization &amp; i18n](/categories/localization)

kocicak/l10n
============

Localization, plurals and simple translator

2.0.1(7y ago)0521MITPHPPHP &gt;=5.3.0

Since Mar 15Pushed 7y agoCompare

[ Source](https://github.com/Kocicak/l10n)[ Packagist](https://packagist.org/packages/kocicak/l10n)[ Docs](https://github.com/zemistr/l10n)[ RSS](/packages/kocicak-l10n/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (13)Used By (1)

[![Build Status](https://camo.githubusercontent.com/11301ce7d56b240d2f212b5c0c28f97a59977cf5fad603adcc610c4ba2c93dff/68747470733a2f2f7472617669732d63692e6f72672f5a656d697374722f6c31306e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Zemistr/l10n)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/12c7e345c2573d2bd2dfe586332ab0485ea6a0286b0ba8f3e5e7e9eae52f1d6f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5a656d697374722f6c31306e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Zemistr/l10n/?branch=master)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/320f7bbb75f6d08765706108b01aa98979aa169e156ae64e77510cba9d09bfa1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5a656d697374722f6c31306e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Zemistr/l10n/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/b46b5a394c9c1e9294df60072768b0ffa24da668f61781881c9fe38c9afdc0b7/68747470733a2f2f706f7365722e707567782e6f72672f7a656d697374722f6c31306e2f646f776e6c6f616473)](https://packagist.org/packages/zemistr/l10n)[![License](https://camo.githubusercontent.com/7b6bf1f7d2e1aa3dd1e2ecd86d4c77f1b55e8240d18f8ce505c7292c558e8d2d/68747470733a2f2f706f7365722e707567782e6f72672f7a656d697374722f6c31306e2f6c6963656e7365)](https://github.com/zemistr/l10n/blob/master/LICENSE.md)

l10n
====

[](#l10n)

Localization, plurals and translator

About
-----

[](#about)

l10n is a package combining many languages from [ISO 639-1](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (112/185), all Plurals from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals) and simple translator.

Packagist
---------

[](#packagist)

l10n is available on [Packagist.org](https://packagist.org/packages/zemistr/l10n), just add the dependency to your composer.json.

```
{
  "require" : {
    "zemistr/l10n": "1.*"
  }
}
```

or run Composer command:

```
php composer.phar require zemistr/l10n
```

Usage without composer
----------------------

[](#usage-without-composer)

```
