carsten-walther / xliff-gen

Extract XLIFF files from HMTL fluid templates for TYPO3.

Home Page:http://xliff-gen.carstenwalther.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Extract XLIFF files from HMTL fluid templates for TYPO3.

http://xliff-gen.carstenwalther.de/

License:GNU General Public License v3.0


Languages

Language:PHP 90.6%Language:HTML 8.0%Language:JavaScript 0.8%Language:CSS 0.7%