swisscom/userxlifftranslator

Neos Flow package for user based Xliff translation

Installs: 268

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

Type:neos-package

pkg:composer/swisscom/userxlifftranslator

dev-master 2018-05-22 11:31 UTC

This package is auto-updated.

Last update: 2025-09-29 02:06:15 UTC


README

Neos Flow package for user based Xliff translation. It requires the base functionality of the package mrimann/XliffTranslator for Xliff translation. (Kudos to mrimann for the nice work!) Instead of physically overwriting the Xliff file, the Swisscom.UserXliffTranslator stores the modified Xliff files under a configurable location. The package ensures the same translation and caching as the Flow core functionality.

Configuration

The base location to store the Xliff files is specified in the Settings.yaml:

Swisscom:
  UserXliffTranslator:
    userXliffBasePath: '%FLOW_PATH_DATA%Translations'