laravel-enso / Localisation by aocneanu

Localisation management dependency for Laravel Enso
54,174
12
6
Package Data
Maintainer Username: aocneanu
Maintainer Contact: aocneanu@gmail.com (Adrian Ocneanu)
Package Create Date: 2017-03-20
Package Last Update: 2024-01-26
Home Page: https://docs.laravel-enso.com/packages/localisation.html
Language: PHP
License: MIT
Last Refreshed: 2024-03-28 03:11:42
Package Statistics
Total Downloads: 54,174
Monthly Downloads: 156
Daily Downloads: 3
Total Stars: 12
Total Watchers: 6
Total Forks: 17
Total Open Issues: 2

Localisation

Codacy Badge StyleCI License Total Downloads Latest Stable Version

Localisation management dependency for Laravel Enso.

This package works exclusively within the Enso ecosystem.

The front end assets that utilize this api are present in the ui package.

For live examples and demos, you may visit laravel-enso.com

Screenshot

Watch the demo click on the photo to view a short demo in compatible browsers

Installation

Comes pre-installed in Enso.

Features

  • allows an easier management of languages, keys and translations in the context of a multi language application
  • uses the newer Laravel __() translation method and stores keys and translations inside a JSON file
  • permits adding as many languages as you require and the quick creation of translations for the keys you need
  • the language selector is easily accessible in the right-hand sidebar

Configuration & Usage

Be sure to check out the full documentation for this package available at docs.laravel-enso.com

Contributions

are welcome. Pull requests are great, but issues are good too.

License

This package is released under the MIT license.