PHPackages                             innovatif/i19n-editor - 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. innovatif/i19n-editor

ActiveSilverstripe-vendormodule[Localization &amp; i18n](/categories/localization)

innovatif/i19n-editor
=====================

i18n translation editor for Silverstripe

2.0.2(1y ago)31581BSD-3-ClausePHP

Since Sep 15Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Innovatif/i19n)[ Packagist](https://packagist.org/packages/innovatif/i19n-editor)[ RSS](/packages/innovatif-i19n-editor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

i19n - Innternationalization editor
===================================

[](#i19n---innternationalization-editor)

I19n enables you to collect and edit system translations used on Silverstripe website (both backend and frontend).

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

[](#requirements)

- silverstripe/framework ^5.1
- silverstripe-terraformers/gridfield-rich-filter-header ^3
- tractorcow/silverstripe-fluent ^7
- symbiote/silverstripe-gridfieldextensions ^4

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

[](#installation)

1. run `composer require innovatif/i19n-editor` to install module
2. run `dev/build?flush=1`

For more see Configuration section.

Configuration
-------------

[](#configuration)

### Default preselected modules

[](#default-preselected-modules)

By default `app` and `themes` folder are pre-selected in scan for new translations popup. You can modify the list with:

```
Innovatif\i19n\GridField\Button\GridFieldTranslateButton:
  preselected_modules:
    - app
    - themes
```

### Multi-server environment

[](#multi-server-environment)

Clear cache action clears cache on server side. You need additional controls on multi-server environment so all servers are notified to clear cache on their SS instance too.

You should set up a Cron job on every server (back-end and front-end servers) to executes task `/dev/tasks/i19nClearCacheTask` on every X minutes.

Enable setting in CMS

```
Innovatif\i19n\Library\i19nLibrary:
  enable_clear_cache_task: true
```

Clear cache action now creates object in database which will tell all servers to clear cache when Cron job runs.

Features
--------

[](#features)

- export translations
    - downloads `.yml` if one locale is currently filtered
    - download `.zip` if more than one locale is filtered
- import translations
    - only `.yml` files are currently supported so you can upload one language per import
    - language must exist in Fluent
- collector task for new translations
- you can manually add multiple translations for single i18n variable at once
    - can be disabled
- clear cache after changes
    - multi-server environment is supported

Versioning
----------

[](#versioning)

This library follows [Semver](http://semver.org) from tag 1.0. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md)

Authors and maintainers
-----------------------

[](#authors-and-maintainers)

Klemen Dolinšek (t3hn0)

Aljoša Balažič (aljosab)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance44

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~131 days

Total

5

Last Release

446d ago

Major Versions

1.0.1 → 2.0.02024-10-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/93f2e1e36c925c9b2205aee1406a36c323d5b96c35fb7d859b709afcdc1f4425?d=identicon)[t3hn0](/maintainers/t3hn0)

---

Top Contributors

[![t3hn0](https://avatars.githubusercontent.com/u/4533442?v=4)](https://github.com/t3hn0 "t3hn0 (16 commits)")[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (6 commits)")

---

Tags

i18ntranslationsilverstripe

### Embed Badge

![Health badge](/badges/innovatif-i19n-editor/health.svg)

```
[![Health](https://phpackages.com/badges/innovatif-i19n-editor/health.svg)](https://phpackages.com/packages/innovatif-i19n-editor)
```

###  Alternatives

[jenssegers/date

A date library to help you work with dates in different languages

1.8k11.2M80](/packages/jenssegers-date)[gettext/gettext

PHP gettext manager

70530.2M102](/packages/gettext-gettext)[tractorcow/silverstripe-fluent

Simple localisation for Silverstripe

92421.6k26](/packages/tractorcow-silverstripe-fluent)[fightbulc/moment

Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js

9693.2M10](/packages/fightbulc-moment)[jms/translation-bundle

Puts the Symfony Translation Component on steroids

42510.8M63](/packages/jms-translation-bundle)[silverstripe/translatable

Allows translation of DataObject and SiteTree records into multiple languages

53192.0k8](/packages/silverstripe-translatable)

PHPackages © 2026

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