PHPackages                             statikbe/craft-translate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. statikbe/craft-translate

ActiveCraft-plugin[Localization &amp; i18n](/categories/localization)

statikbe/craft-translate
========================

Translate static string from the Craft control panel

5.1.0(2mo ago)025.1k↓48.3%[1 issues](https://github.com/statikbe/craft-translate/issues)[9 PRs](https://github.com/statikbe/craft-translate/pulls)1MITPHPCI failing

Since Aug 20Pushed 1w ago7 watchersCompare

[ Source](https://github.com/statikbe/craft-translate)[ Packagist](https://packagist.org/packages/statikbe/craft-translate)[ RSS](/packages/statikbe-craft-translate/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (12)Versions (43)Used By (1)

Translate for Craft CMS 4.x
===========================

[](#translate-for-craft-cms-4x)

Translate static string from the Craft control panel

[![Codeception](https://github.com/statikbe/craft3-translate/workflows/Run%20Codeception%20unit%20tests/badge.svg)](https://github.com/statikbe/craft3-translate/workflows/Run%20Codeception%20unit%20tests/badge.svg)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.0.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require statikbe/craft-translate

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Translate.

Plugin &amp; module translations
--------------------------------

[](#plugin--module-translations)

From version 1.3.0 onwards, translations for plugins and modules can now be saved in your site as well.

This can be done by adding the following event to your plugin file:

```
use statikbe\translate\elements\Translate;
use statikbe\translate\events\RegisterPluginTranslationEvent;

 Event::on(
    Translate::class,
    Translate::EVENT_REGISTER_PLUGIN_TRANSLATION,
    function (RegisterPluginTranslationEvent $event) {
        $event->plugins['plugin-handle'] = \Craft::$app->getPlugins()->getPlugin('plugin-handle');
    }
);
```

Translations for the plugin will then be saved in `site\translations\locale\plugin-handle.php`

---

Brought to you by [Statik](https://www.statik.be), heavily inspired by [boboldehampsink/translate](https://github.com/boboldehampsink/translate).

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance92

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~99 days

Recently: every ~170 days

Total

29

Last Release

85d ago

Major Versions

1.3.1 → 2.0.0-beta.12022-03-15

1.3.2 → 2.0.12022-10-07

2.1.4 → 5.0.0.beta-012024-04-18

2.1.5 → v4.x-dev2025-02-21

v4.x-dev → 5.1.02026-04-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/1250437446b84017407f7f1900194b1e1c93fcf34b332ba382fb77f69b251cb6?d=identicon)[statikbe](/maintainers/statikbe)

---

Top Contributors

[![janhenckens](https://avatars.githubusercontent.com/u/755428?v=4)](https://github.com/janhenckens "janhenckens (91 commits)")[![carolineboeykens](https://avatars.githubusercontent.com/u/42932673?v=4)](https://github.com/carolineboeykens "carolineboeykens (20 commits)")[![Numkil](https://avatars.githubusercontent.com/u/5604686?v=4)](https://github.com/Numkil "Numkil (6 commits)")

---

Tags

craft-plugincraft3craftcmstranslatecmsCraftcraftcmscraft-plugin

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/statikbe-craft-translate/health.svg)

```
[![Health](https://phpackages.com/badges/statikbe-craft-translate/health.svg)](https://phpackages.com/packages/statikbe-craft-translate)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1329.6k](/packages/acclaro-translations)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[verbb/events

A full-featured plugin for event management and ticketing.

2311.9k](/packages/verbb-events)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
