developion/craft-translations

Plugin for translations

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:craft-plugin

pkg:composer/developion/craft-translations

1.0.1 2025-12-18 08:28 UTC

This package is not auto-updated.

Last update: 2025-12-18 10:26:45 UTC


README

Plugin for translations

Requirements

This plugin requires Craft CMS 5.8.0 or later, and PHP 8.2 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “CraftTranslations”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require developion/craft-translations

# tell Craft to install the plugin
./craft plugin/install craft-translations