Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

carsten-walther/xliff-gen

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages