asgardcms/translation-module

Module containing all AsgardCms translations

Installs: 25 539

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 19

Type:asgard-module

1.14.0 2016-08-30 09:13 UTC

This package is auto-updated.

Last update: 2024-04-08 06:29:36 UTC


README

Latest Version Software License Quality Score SensioLabs Insight

Total Downloads Total Downloads Total Downloads Slack

Easily manage your translations via the backend GUI.

Contains all the translations files for the AsgardCms Modules.

Installation

Require the module in your project

composer require asgardcms/translation-module

Optional configuration

The configuration has one option: translations-gui which you can set to a boolean value. Setting this to true will have a slight performance hit, but it will give you (and your client) the possibility to edit static translations via a GUI.

If you don't have that need, set this to false.

Note: This configuraiton key is in app.php config file.

Permissions

Don't forget to give yourself the permissions to the translation module if you have enabled the translations-gui option.

Missing assets ? Publish the assets.

If you haven't altered the post-update scripts in the composer file, it will publish the translation module assets to the public folder.

However if you did alter it, or you're getting an AssetNotFound exception, you can publish those assets manually using the following command:

php artisan module:publish translation