PHPackages                             bonlineco/module-translation - 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. bonlineco/module-translation

ActiveMagento2-module[Localization &amp; i18n](/categories/localization)

bonlineco/module-translation
============================

Enhanced translation management for Magento 2

1.0.0(1y ago)012OSL-3.0PHPPHP ~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0

Since Mar 27Pushed 8mo agoCompare

[ Source](https://github.com/o0mohd0o/bonlineco-translation)[ Packagist](https://packagist.org/packages/bonlineco/module-translation)[ RSS](/packages/bonlineco-module-translation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Bonlineco Translation Module for Magento 2
==========================================

[](#bonlineco-translation-module-for-magento-2)

Overview
--------

[](#overview)

The Bonlineco Translation module enhances Magento 2's translation capabilities by providing a user-friendly interface in the admin panel to manage, import, export, and deploy translations. This simplifies the process of customizing translations for your store without modifying CSV files directly.

Features
--------

[](#features)

### Translation Management

[](#translation-management)

- **View and Search Translations**: Easily browse, search, and filter translations by locale and store view.
- **Add/Edit Translations**: Create new translations or modify existing ones through an intuitive interface.
- **Delete Translations**: Remove unwanted translations individually or in bulk.
- **Mass Actions**: Select multiple translations to delete in bulk.

### Import/Export

[](#importexport)

- **Import Translations**: Upload CSV files with translations to quickly add multiple translations at once.
- **Export Translations**: Export translations to CSV files for backup or editing in a spreadsheet application.

### Deployment and Cache Management

[](#deployment-and-cache-management)

- **Deploy Custom Translations**: Deploy custom translations from the database to Magento's translation files.
- **Clean Cache**: Clear Magento's translation cache directly from the admin panel.
- **Deploy Static Content**: Run the static content deployment process to apply translation changes.

Screenshots
-----------

[](#screenshots)

### Translation Management

[](#translation-management-1)

[![Translation Management Interface](https://camo.githubusercontent.com/a8ef822b1077429e7d8d70c0f8103f9fe333962f056cc41bfa48d232fda614c4/68747470733a2f2f626f6e6c696e65636f2e636f6d2f6769746875622f626f6e6c696e65636f2d7472616e736c6174696f6e2f626f6e6c696e65636f2d7472616e736c6174696f6e2d6d616e6167652d7472616e736c6174696f6e2e706e67)](https://camo.githubusercontent.com/a8ef822b1077429e7d8d70c0f8103f9fe333962f056cc41bfa48d232fda614c4/68747470733a2f2f626f6e6c696e65636f2e636f6d2f6769746875622f626f6e6c696e65636f2d7472616e736c6174696f6e2f626f6e6c696e65636f2d7472616e736c6174696f6e2d6d616e6167652d7472616e736c6174696f6e2e706e67)

### Translation Tools

[](#translation-tools)

[![Translation Tools Interface](https://camo.githubusercontent.com/92950cc32298959c5e82c2422878d90f5c423fc577c097de3ac0441c8fc11531/68747470733a2f2f626f6e6c696e65636f2e636f6d2f6769746875622f626f6e6c696e65636f2d7472616e736c6174696f6e2f626f6e6c696e65636f2d7472616e736c6174696f6e2d7472616e736c6174696f6e2d746f6f6c732e706e67)](https://camo.githubusercontent.com/92950cc32298959c5e82c2422878d90f5c423fc577c097de3ac0441c8fc11531/68747470733a2f2f626f6e6c696e65636f2e636f6d2f6769746875622f626f6e6c696e65636f2d7472616e736c6174696f6e2f626f6e6c696e65636f2d7472616e736c6174696f6e2d7472616e736c6174696f6e2d746f6f6c732e706e67)

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

[](#installation)

### Manual Installation

[](#manual-installation)

1. Download the module archive
2. Extract the contents to `app/code/Bonlineco/Translation/` directory
3. Run the following commands from the Magento root directory: ```
    bin/magento module:enable Bonlineco_Translation
    bin/magento setup:upgrade
    bin/magento setup:di:compile
    bin/magento setup:static-content:deploy

    ```

### Using Composer

[](#using-composer)

```
composer require bonlineco/module-translation
bin/magento module:enable Bonlineco_Translation
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy

```

Usage
-----

[](#usage)

### Managing Translations

[](#managing-translations)

1. Navigate to **Bonline &gt; Translation &gt; Manage Translations**
2. Use the search field, locale, and store filters to find specific translations
3. Click **Add New Translation** to create a new translation
4. Click **Edit** on an existing translation to modify it
5. Select multiple translations and use the mass actions dropdown to delete them in bulk

### Importing Translations

[](#importing-translations)

1. Navigate to **Bonline &gt; Translation &gt; Manage Translations**
2. Click **Import Translations**
3. Select a CSV file with columns: string, translation, locale, store\_id
4. Click **Import**

### Exporting Translations

[](#exporting-translations)

1. Navigate to **Bonline &gt; Translation &gt; Manage Translations**
2. Click **Export Translations**
3. Select a locale (optional) to export translations for a specific language
4. Click **Export**

### Deploying Translations

[](#deploying-translations)

1. Navigate to **Bonline &gt; Translation &gt; Translation Tools**
2. Click **Deploy Custom Translations** to apply your custom translations
3. Use **Clean Translation Cache** and **Deploy Static Content** as needed after making changes

CSV Format for Import
---------------------

[](#csv-format-for-import)

The CSV file for importing translations should have the following format:

```
string,translation,locale,store_id
"Original text","Translated text","en_US","0"

```

- **string**: The original text to be translated
- **translation**: The translated text
- **locale**: The locale code (e.g., en\_US, fr\_FR)
- **store\_id**: The store ID (0 for all stores or a specific store ID)

Permissions
-----------

[](#permissions)

This module adds the following permissions:

- `Bonlineco_Translation::manage` - Allows managing translations
- `Bonlineco_Translation::tools` - Allows access to translation tools

Compatibility
-------------

[](#compatibility)

- Magento 2.3.x
- Magento 2.4.x

Support
-------

[](#support)

For issues or questions, please contact the Bonline support team or submit an issue in the repository.

License
-------

[](#license)

This module is licensed under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance53

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63399fd3ffb9096b063d575a29dc6c74681bd80c8cc963b4b2f3268f21d4e965?d=identicon)[o0mohammed0o](/maintainers/o0mohammed0o)

---

Top Contributors

[![o0mohd0o](https://avatars.githubusercontent.com/u/44306956?v=4)](https://github.com/o0mohd0o "o0mohd0o (7 commits)")

### Embed Badge

![Health badge](/badges/bonlineco-module-translation/health.svg)

```
[![Health](https://phpackages.com/badges/bonlineco-module-translation/health.svg)](https://phpackages.com/packages/bonlineco-module-translation)
```

###  Alternatives

[splendidinternet/mage2-locale-de-de

German (Germany) language

861.0M2](/packages/splendidinternet-mage2-locale-de-de)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[bleez/magento2-pt_br

Magento2 pt\_BR - Traduzido por Agência Bleez

233.6k](/packages/bleez-magento2-pt-br)

PHPackages © 2026

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