Download the PHP package nstcactus/craft-translations-module without Composer
On this page you can find all versions of the php package nstcactus/craft-translations-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nstcactus/craft-translations-module
More information about nstcactus/craft-translations-module
Files in nstcactus/craft-translations-module
Download nstcactus/craft-translations-module
More information about nstcactus/craft-translations-module
Files in nstcactus/craft-translations-module
Vendor nstcactus
Package craft-translations-module
Short Description The simplest way to add administrable translations to a Craft CMS site
License MIT
Package craft-translations-module
Short Description The simplest way to add administrable translations to a Craft CMS site
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-translations-module
Craft translations module
Getting started
-
Install the module via composer:
-
Load the module in the Craft
config/app.php
file:``
-
Execute the migration to create the DB tables:
`
-
Add some translations in the Craft control panel:
<craftUrl>/admin/translations
-
Use translations in your templates:
`
Roadmap
- change the database schema to be as close as possible to
\yii\i18n\DbMessageSource
(ideally use it instead of\nstcactus\craftcms\modules\translations\i18n\DbMessageSource
) - refactor the module to link translations to a language (
<lang>_<country>
) instead of a site ID - improve the UI:
- make it easier to remove translations
- add the ability to add several translations at once
- add the ability to import/export translations in CSV format
All versions of craft-translations-module with dependencies
PHP Build Version
Package Version
Requires
nstcactus/craft-utils Version
^3.0 || ^4.0
The package nstcactus/craft-translations-module contains the following files
Loading the files please wait ....