dev-master
9999999-devPackage to automatically add missing labels to xlf files
MIT
The Requires
by Marc Neuhaus
translation localization l10n xliff typo3 flow
Package to automatically add missing labels to xlf files
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)
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)
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
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)
Package to automatically add missing labels to xlf files
MIT
translation localization l10n xliff typo3 flow