/xliff-gen

Extract XLIFF files from HMTL fluid templates for TYPO3.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

XLIFF Generator

Extract XLIFF files from HMTL templates.

Author: Carsten Walther

Date: January, 18th 2021


Requirements

  • PHP min. 7.3
  • Composer

Installation

Download this repository. Make shure you have installed composer. Unzip the package e.g. to /var/www/xliff-gen/ an run

composer install

Done.

Configuration

Add a file config.php into your root folder with the following content:

<?php

define('APIKEY', 'your watson api key');

Running

If everything is done you can run this locally via the build in php webserver. You have to call

php -S localhost:8000

How to use

Open your browser and put localhost:8000 into the address bar and hit enter. Now generate your xliff files.