Bug #44099
closedL10n fallback does not work for TS labels
100%
Description
When retrieving a label in TypoScript (you should have French locales locally, but not French Canadian):
config.language = fr_CA page = PAGE page.10 = TEXT page.10.data = LLL:EXT:lang/locallang_general.xml:LGL.first_name
Fallback is not properly done if the translation (here in fr_CA) is not available. Instead it returns an empty string before 6.0 and the English label in 6.0).
Files
Updated by Xavier Perseguers almost 12 years ago
- File 44099_v46.diff added
Patch based on code found in class language
($GLOBALS['LANG']
), for TYPO3 4.6.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17247
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17247
Updated by Xavier Perseguers almost 12 years ago
- File 44099_v46.diff 44099_v46.diff added
Patch for TYPO3 4.6 and 4.7, based on master patch sent to Gerrit for review.
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17247
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18270
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18275
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/18276
Updated by Xavier Perseguers almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/18655
Updated by Christian Kuhn over 11 years ago
- Status changed from Under Review to Resolved