Skip to content

thelia-modules/POTranslationManager

Repository files navigation

POTranslationManager

This module allow you to export and import translations in .po.

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is Translation.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/po-translation-manager ~1.0.0

Usage

This module adds a new page in back office called Translations, on this new page you can select which part of your translations you want to export or you can import the translations that you have modified.

Import will edit the local/i18n/lang_LANG.php file and override thelia's translations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published