Feature #29513
closedAllow user-defined additional backend languages
100%
Description
At the moment, any language may be used for Frontend output. But in Backend, the list of supported languages is hardcoded at various places. This prevents additional languages to be defined locally, for instance when translating TYPO3 into a new language, before it is officially supported.
This patch centralizes the list into t3lib_l10n_Locales.
Adding support for Amharic (not yet officially supported) is just a matter of updating localconf.php:
$TYPO3_CONF_VARS['SYS']['localization']['locales'] = array( 'user' => array( 'am' => 'Amharic', ) );
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ibd3236a82790f9f20c91ff3663d6625694ef7cf6 has been pushed to the review server.
It is available at http://review.typo3.org/4797
Updated by Xavier Perseguers about 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change Ibd3236a82790f9f20c91ff3663d6625694ef7cf6 has been pushed to the review server.
It is available at http://review.typo3.org/4797
Updated by Xavier Perseguers about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 01489a2a4f3058698d127ab781a7114873983f80.