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.0.1(1y ago)022.7k↓39.7%[1 issues](https://github.com/statikbe/craft-translate/issues)[1 PRs](https://github.com/statikbe/craft-translate/pulls)1MITPHPCI passing

Since Aug 20Pushed 1y 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 1mo ago

READMEChangelogDependencies (5)Versions (33)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

43

—

FairBetter than 91% of packages

Maintenance44

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 76.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 ~88 days

Recently: every ~77 days

Total

28

Last Release

451d 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

### 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 (86 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

[acclaro/translations

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

1229.5k](/packages/acclaro-translations)[pierrestoffe/craft-language-redirector

Automatically redirect visitors to their preferred language

1634.0k](/packages/pierrestoffe-craft-language-redirector)

PHPackages © 2026

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