PHPackages                             jroedel/zf2-jtranslate - 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. jroedel/zf2-jtranslate

ActiveLibrary[Localization &amp; i18n](/categories/localization)

jroedel/zf2-jtranslate
======================

Laminas module to provide a translation GUI

1.0.0(3y ago)120MITPHPPHP ^8.0

Since Nov 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jroedel/zf2-jtranslate)[ Packagist](https://packagist.org/packages/jroedel/zf2-jtranslate)[ Docs](https://github.com/jroedel/laminas-jtranslate)[ RSS](/packages/jroedel-zf2-jtranslate/feed)WikiDiscussions 1.0.x Synced 4w ago

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

zf3-jtranslate
==============

[](#zf3-jtranslate)

Zend Framework 3 module to provide a translation GUI. Uses Laminas\\Db. All unknown non-translated phrases are added to the database. This can be used to translate both static and dynamic (ex. Database values) strings. This module can be customized to translate strings into any number of languages (defaults to English, Spanish, German and Portuguese).

This repository is used in a production website, but is far from perfect. Any help to make it more useful for the world is more than welcome!

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

[](#installation)

1. Require JTranslate

    ```
    php composer.phar require jroedel/jtranslate

    ```
2. Copy `config/jtranslate.config.php.dist` to your Application config folder, and customize the values.
3. Create the two tables with the sql in `config/database.sql.dist`.
4. Enable it in your `application.config.php` file:

    ```
