2017 © Pedro Peláez
 

library lang-translations

Translation of main messages

image

andrey-helldar/lang-translations

Translation of main messages

  • Thursday, July 19, 2018
  • by Helldar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 124 % Grown

The README.md

Extended Lang Translations

Translation support for 78 languages., (*1)

lang translations, (*2)

Stable Version ![Unstable Version][badge_unstable] Total Downloads ![License][badge_license], (*3)

Note, (*4)

This package is abandoned. Use the laravel-lang/http-statuses instead., (*5)

Installation

To get the latest version of Lang Translations library, simply require the project using Composer:, (*6)

$ 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:, (*7)

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

Using

ATTENTION!, (*8)

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 it., (*9)

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

To install files from this repository into your project, you need to install the andrey-helldar/laravel-lang-publisher and specify the namespace of this project in its configuration., (*11)

For example:, (*12)

// config/lang-publisher.php

<?php

return [
    // ...

    /*
     * Determines from which packages to synchronize localization files.
     *
     * A prerequisite is compliance with a single file placement format:
     *
     * source/
     * locales/
     *   af/
     *     af.json
     *     <filename>.php
     *   <locale>/
     *     <locale>.json
     *     <filename>.php
     */

    'packages' => [
        'andrey-helldar/lang-translations',
    ],
];

License

This package is licensed under the MIT License., (*13)

For Enterprise

Available as part of the Tidelift Subscription., (*14)

The maintainers of andrey-helldar/lang-translations and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more., (*15)

The Versions

19/07 2018

dev-master

9999999-dev

Translation of main messages

  Sources   Download

MIT

The Requires

 

19/07 2018

1.0.9

1.0.9.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

16/06 2018

1.0.8

1.0.8.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

16/06 2018

1.0.7

1.0.7.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

11/05 2018

1.0.6

1.0.6.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

11/05 2018

1.0.5

1.0.5.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

10/05 2018

1.0.4

1.0.4.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

10/05 2018

1.0.3

1.0.3.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

09/05 2018

1.0.2

1.0.2.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

08/05 2018

1.0.1

1.0.1.0

Translation of main messages

  Sources   Download

MIT

The Requires

 

08/05 2018

1.0.0

1.0.0.0

Translation of main messages

  Sources   Download

MIT

The Requires