weglot/craft-translate

Translate your Craft website in 110+ languages within minutes with Weglot Translate, without any coding.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 1

Open Issues: 2

Type:craft-plugin

pkg:composer/weglot/craft-translate

0.1.4-alpha 2025-11-03 10:24 UTC

README

Banner

Weglot

Translate your Craft website in 110+ languages within minutes with Weglot Translate, without any coding.

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 “Weglot”. 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 weglot/craft-weglot

# tell Craft to install the plugin
./craft plugin/install weglot

With DDEV

If you are managing your project with DDEV, you can use its built-in commands to achieve the same result. Run these commands from the root of your project on your local machine:

# tell Composer to load the plugin via DDEV
ddev composer require weglot/craft-weglot

# tell Craft to install the plugin via DDEV
ddev craft plugin/install weglot