2017 © Pedro Peláez
 

typo3-flow-package translation-helper

Package to automatically add missing labels to xlf files

image

famelo/translation-helper

Package to automatically add missing labels to xlf files

  • Friday, August 15, 2014
  • by mneuhaus
  • Repository
  • 2 Watchers
  • 1 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Famelo.TranslationHelper

This package helps you to translate your Flow projects by automatically creating the needed xlf files and trans-items when you use the translate viewHelper or the translate method of the \TYPO3\Flow\I18n\Translator., (*1)

Requirements

This package currently depends on 2 pending changes that improve the Translator and TranslationViewHelper to combine the "translateByOriginalLabel" and "translateById" methods into one "translate" method that can easily be catched through AOP., (*2)

  • [WIP][FEATURE] Refactor TranslateViewHelper to use new translate method (https://review.typo3.org/#/c/28899/), (*3)

  • [WIP][FEATURE] Improve Translator API (https://review.typo3.org/#/c/28897/), (*4)

Settings

In order to enable the automatic generation you need to add configuration like this to your Settings.yaml, (*5)

Famelo:
  TranslationHelper:
    autoCreateTranslations: true
    autoCreationWhitelist:
        - My.Package

Logging

The extension will write to a seperate Translatio.log which label will be added were, so you can keep a bit track of it., (*6)

The Versions

15/08 2014

dev-master

9999999-dev

Package to automatically add missing labels to xlf files

  Sources   Download

MIT

The Requires

 

translation localization l10n xliff typo3 flow