Project

General

Profile

Actions

Feature #29513

closed

Allow user-defined additional backend languages

Added by Xavier Perseguers about 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2011-09-06
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

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',
        )
);

Actions #1

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

Actions #2

Updated by Xavier Perseguers about 13 years ago

  • Status changed from New to Under Review
Actions #3

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

Actions #4

Updated by Xavier Perseguers about 13 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF