typicms / translations
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/typicms/typicms package instead.
Fund package maintenance!
9.0.7
2021-11-09 20:29 UTC
Requires
- laravel/framework: ~8.0
This package is auto-updated.
Last update: 2026-03-25 07:52:03 UTC
README
This module allows you to manage translations stored in the database.
Use common Laravel commands to get a translated string: trans('Key'), __('Key') or @lang('Key').
This module is part of TypiCMS, a multilingual CMS based on the Laravel framework.