PHPackages                             andrey-helldar/lang-translations - 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. andrey-helldar/lang-translations

Abandoned → [laravel-lang/http-statuses](/?search=laravel-lang%2Fhttp-statuses)ArchivedLibrary[Localization &amp; i18n](/categories/localization)

andrey-helldar/lang-translations
================================

Extended translations for Laravel Projects

v4.0.0(5y ago)45.8kMITPHP

Since May 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/andrey-helldar/lang-translations)[ Packagist](https://packagist.org/packages/andrey-helldar/lang-translations)[ Fund](https://money.yandex.ru/to/410012115955701)[ Fund](https://paypal.me/helldar)[ RSS](/packages/andrey-helldar-lang-translations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (59)Used By (0)

Extended Lang Translations
==========================

[](#extended-lang-translations)

Translation support for 78 languages.

[![lang translations](https://user-images.githubusercontent.com/10347617/40197728-f289d00c-5a1c-11e8-877a-7ac379ceb4a2.png)](https://user-images.githubusercontent.com/10347617/40197728-f289d00c-5a1c-11e8-877a-7ac379ceb4a2.png)

[![Stable Version](https://camo.githubusercontent.com/5bbb13e99f2e3843dc97dc7bf56d4b5d222150022eb3a2e252c30822018b01c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f616e647265792d68656c6c6461722f6c616e672d7472616e736c6174696f6e733f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/andrey-helldar/lang-translations)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andrey-helldar/lang-translations)[![Total Downloads](https://camo.githubusercontent.com/ec9f17ba5d6146020fcb6810a4f0ffd699ace511d90e7948ab879d5bf3766c03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e647265792d68656c6c6461722f6c616e672d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andrey-helldar/lang-translations)[![License](https://camo.githubusercontent.com/d8569be56b4562baacc9b10852c39d1266b1b5cee513985265ffb570d3b54ffa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616e647265792d68656c6c6461722f6c616e672d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](LICENSE)

> Note
>
> This package is abandoned. Use the [`laravel-lang/http-statuses`](https://github.com/Laravel-Lang/http-statuses) instead.

Installation
------------

[](#installation)

To get the latest version of `Lang Translations` library, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require andrey-helldar/lang-translations --dev

```

Instead, you may of course manually update your `require` block and run `composer update` if you so choose:

```
{
    "require": {
        "andrey-helldar/lang-translations": "^4.0"
    }
}
```

Using
-----

[](#using)

> ATTENTION!
>
> Just specifying the namespace is not enough - the translation manager **DOES NOT INSTALL** additional packages - it uses the installed ones, so don't forget to [install](#installation) it.

Starting from version **4.0** this project will not contain installation code, only localization files.

To install files from this repository into your project, you need to install the [andrey-helldar/laravel-lang-publisher](https://github.com/andrey-helldar/laravel-lang-publisher)and specify the namespace of this project in its configuration.

For example:

```
// config/lang-publisher.php
