asioso/pimcore-xliff2_0-module

A bundle to help produce xliff2.0 translation files from pimcore

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 1

Type:pimcore-bundle

v0.10 2020-08-14 07:53 UTC

This package is auto-updated.

Last update: 2024-04-14 16:25:07 UTC


README

Prerequisites

editor notes
editor view

Installation

composer require asioso/pimcore-xliff2_0-module

Configuration

just enable the bundle in the pimcore extension manager

Translation Notes

Based on pimcore Notes&Events (https://pimcore.com/docs/5.x/Development_Documentation/Tools_and_Features/Notes_and_Events.html)

add a translation type

e.g.: like this:

pimcore_admin:
    documents:
        notes_events:
            types:
                - ''
                - 'content'
                - 'seo'
                - 'warning'
                - 'notice'
                - 'translation'

    dataObjects:
        notes_events:
            types:
                - ''
                - 'content'
                - 'seo'
                - 'warning'
                - 'notice'
                - 'translation'

Xliff 1

xliff1 and xliff2.0 are not compatible. to switch back to xliff1 just disable this bundle again, but make sure you have re-imported all your xliff2 files before doing that.