Actions
Feature #45278
closedTranslation of file objects
Start date:
2013-02-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Make files in file_list translateable.
perhaps over a new table like sys_file_translate or over a colum sys_language_uid
but the new table is the better variant for a n:m relation (every with every)
The acrualy technique, for files in typoscript, over globalVar is BAD
[globalVar = GP:L = 1]
...
[global]
Updated by Andreas Wolf almost 12 years ago
- Status changed from New to Accepted
We already have this on the radar. I think it might be in 6.1, at the latest in 6.2 - depends on how many people help implementing and testing it.
Updated by Andreas Wolf almost 12 years ago
- Project changed from 1401 to TYPO3 Core
- Priority changed from Should have to Must have
Updated by Andreas Wolf almost 12 years ago
- Category set to File Abstraction Layer (FAL)
- Target version set to 6.1.0
- TYPO3 Version set to 6.0
Updated by Andreas Wolf almost 12 years ago
- Subject changed from Translation to Translation of file objects
Updated by Stefan Neufeind almost 11 years ago
Implemented in 6.2 with patches like #52816 and following.
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Accepted to Closed
Updated by Stefan Neufeind almost 11 years ago
- Target version changed from 6.1.0 to 6.2.0
Actions