kodilab/laravel-i18n

This package is abandoned and no longer maintained. No replacement package was suggested.

I18n laravel package

Installs: 326

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/kodilab/laravel-i18n

v1.0.0 2019-07-07 08:59 UTC

This package is auto-updated.

Last update: 2020-09-03 09:59:38 UTC


README

Build Status

Disclaimer

Please, consider fill an issue if you see a bug or an unexpected behaviour. That would be really useful to make laravel-i18n better.

Introduction

Laravel i18n is a laravel package which provides additional features to the Laravel out of the box localization system.

Those are the main features:

  • Automatically translation files generation/updating based on the calls to the translation method (__()) found in your project (included 3th party published translations)
  • Deprecated translations detection
  • locale capabilities to work with specific timezones, currency and number format (decimals, punctuation and so on...)
  • Eloquent Models translation attributes capabilities.
  • Translation API allowing update translations

Documentation

Go to the Laravel i18n documentation