[FEATURE] Add XLIFF translation support (l10n)
Add a parser to support XLIFF + LLXML file as localization file format. This patch includes: * A parser factory to support multiple internationalization formats (actually LLXML and XLIFF, parser for PHP array is not implemented, yet). New parsers can be added in the future. * A new parser for XLIFF (supporting plurals, based on the parser of FLOW3) * Autoload for sysext 'lang' * Update the existing localization method (FE, BE, Extbase) to support the new format of the LOCAL_LANG array * New caching class based on the caching framework or file based * Autodetection igbinary for cache un/serialization * htmlArea RTE: update of the localization API Currently the localization method works as before (only key-based localization). More functionality will be implemented in the new localization API (plurals, ...). The current parser can be used on a TYPO3 instance with LLXML and/or XLIFF files. However if an extension uses XLIFF, the language pack (typo3conf/l10n) MUST use the same format. The parser and the format priority (by default: xlf, xml, php), can be configured in $TYPO3_CONF_VARS['SYS']['lang']. Change-Id: I84d0a463f1b5448b4bca3f7d200315f397f4ea18 Resolves: #25397 Reviewed-on: http://review.typo3.org/2572 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
Showing
- t3lib/class.t3lib_div.php 16 additions, 52 deletionst3lib/class.t3lib_div.php
- t3lib/class.t3lib_pagerenderer.php 5 additions, 0 deletionst3lib/class.t3lib_pagerenderer.php
- t3lib/config_default.php 13 additions, 0 deletionst3lib/config_default.php
- t3lib/core_autoload.php 1 addition, 1 deletiont3lib/core_autoload.php
- typo3/index.php 1 addition, 1 deletiontypo3/index.php
- typo3/sysext/cms/tslib/class.tslib_fe.php 7 additions, 5 deletionstypo3/sysext/cms/tslib/class.tslib_fe.php
- typo3/sysext/cms/tslib/class.tslib_pibase.php 56 additions, 25 deletionstypo3/sysext/cms/tslib/class.tslib_pibase.php
- typo3/sysext/em/res/js/em_app.js 10 additions, 10 deletionstypo3/sysext/em/res/js/em_app.js
- typo3/sysext/em/res/js/em_components.js 84 additions, 84 deletionstypo3/sysext/em/res/js/em_components.js
- typo3/sysext/em/res/js/em_files.js 32 additions, 32 deletionstypo3/sysext/em/res/js/em_files.js
- typo3/sysext/em/res/js/em_languages.js 20 additions, 20 deletionstypo3/sysext/em/res/js/em_languages.js
- typo3/sysext/em/res/js/em_layouts.js 36 additions, 36 deletionstypo3/sysext/em/res/js/em_layouts.js
- typo3/sysext/em/res/js/em_locallist.js 35 additions, 35 deletionstypo3/sysext/em/res/js/em_locallist.js
- typo3/sysext/em/res/js/em_repositorylist.js 20 additions, 20 deletionstypo3/sysext/em/res/js/em_repositorylist.js
- typo3/sysext/em/res/js/em_settings.js 39 additions, 39 deletionstypo3/sysext/em/res/js/em_settings.js
- typo3/sysext/em/res/js/em_ter.js 14 additions, 14 deletionstypo3/sysext/em/res/js/em_ter.js
- typo3/sysext/em/res/js/em_tools.js 1 addition, 1 deletiontypo3/sysext/em/res/js/em_tools.js
- typo3/sysext/em/res/js/em_usertools.js 43 additions, 43 deletionstypo3/sysext/em/res/js/em_usertools.js
- typo3/sysext/indexed_search/modfunc2/class.tx_indexedsearch_modfunc2.php 12 additions, 3 deletions...dexed_search/modfunc2/class.tx_indexedsearch_modfunc2.php
- typo3/sysext/lang/classes/cache/class.tx_lang_cache_abstract.php 104 additions, 0 deletions...ysext/lang/classes/cache/class.tx_lang_cache_abstract.php