andrey-helldar / lang-translations
Extended translations for Laravel Projects
Fund package maintenance!
Tidelift
paypal.me/helldar
Installs: 5 718
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Suggests
- andrey-helldar/laravel-lang-publisher: Localization manager for working with this project
- dev-main
- v4.0.0
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- 2.x-dev
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.0
- v2.9.1
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- 1.x-dev
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.1
- v1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2021-09-24 11:27:40 UTC
README
Translation support for 78 languages.
Note
This package is abandoned. Use the
laravel-lang/http-statuses
instead.
Installation
To get the latest version of Lang Translations
library, simply require the project using Composer:
$ 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
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 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 and specify the namespace of this project in its configuration.
For example:
// 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.
For Enterprise
Available as part of the Tidelift Subscription.
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.