2017 © Pedro Peláez
 

melisplatform-module melis-site-translation

Melis Platform Site Translation module

image

melisplatform/melis-site-translation

Melis Platform Site Translation module

  • Monday, July 16, 2018
  • by melisplatform
  • Repository
  • 5 Watchers
  • 0 Stars
  • 236 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 27 % Grown

The README.md

melis-site-translation

MelisSiteTranslation allows to manage the text translation of every module., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your machine., (*2)

Prerequisites

You will need to install melisplatform/melis-core, melisplatform/melis-cms and melisplatform/melis-engine in order to have this module running.
This will automatically be done when using composer., (*3)

Installing

Run the composer command:, (*4)

composer require melisplatform/melis-site-translation

Database

Database model is accessible on the MySQL Workbench file:
/melis-site-translation/install/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-site-translation/install/sql, (*5)

Tools & Elements provided

  • Site Translation tool

Running the code

MelisSiteTranslation Services

  • MelisSiteTranslationService
    Provides services to translate text and list all translations
    File: /melis-site-translation/src/Service/MelisSiteTranslationService.php
//Get the service
$melisSiteTranslationService = $this->getServiceLocator()->get('MelisSiteTranslationService');
//translate a certain text using translation key(eg. tr_translation_name)
//$langId - (optional) language id
$translatedText = $melisSiteTranslationService->getText($key, $langId);

Authors

See also the list of contributors who participated in this project., (*6)

License

This project is licensed under the OSL-3.0 License - see the LICENSE file for details, (*7)

The Versions

16/07 2018

dev-master

9999999-dev https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

16/07 2018
09/07 2018

dev-feature/menu-v2

dev-feature/menu-v2 https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

31/05 2018

dev-feature/left-menu-update

dev-feature/left-menu-update https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

03/05 2018

v2.4.0

2.4.0.0 https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

06/03 2018

v2.3.5

2.3.5.0 https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

 

zf2 module cms melis

26/02 2018

v2.3.3

2.3.3.0 https://github.com/melisplatform/melis-site-translation

Melis Platform Site Translation module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

zf2 module cms melis

13/02 2018

v2.3.2

2.3.2.0 https://github.com/melisplatform/melis-site-translation

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

zf2 module cms melis