Converting LLXML to XLIFF 

Extension key

ew_llxml2xliff

Package name

evoweb/ew-llxml2xliff

Version

main

Language

en

Author

Sebastian Fischer

License

This document is published under the Open Publication. license.

Rendered

Sun, 30 Nov 2025 14:04:36 +0000

Copyright

2016-2024


Converting llxml to xliff

The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from http://typo3.org


Table of Contents

Introduction 

What does it do? 

Provides a backend module to convert locallang.xml and locallang.php files to xliff. For every language, contained in the source file, an extra file gets created.

Converting llxml to xliff: 

  1. In the backend module select an extension to convert files for
  2. Select the concrete file to convert
  3. Confirm the conversion

After that the new file/s are created and can be added to git and the origin file can be deleted.

Installation 

Download via Composer 

Add evoweb/extender to the require in your composer.json.

Enter on shell
composer require evoweb/ew-llxml2xliff
Copied!

Sitemap