Feature #39792
Implement support for localized resources
| Status: | Resolved | Start date: | 2012-08-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | I18n | |||
| Target version: | TYPO3 Flow Base Distribution - 2.0 beta 1 | |||
| PHP Version: | 5.3 | Complexity: | medium | |
| Has patch: | No | |||
| Votes: | 0 |
Description
The feature of localized is already documented in The Definitive Guide (sic!) but not yet implemented:
The ``ResourceViewHelper`` will by default use locale-specific versions of any resources
you ask for. If you want to avoid that you can disable that:
{f:uri.resource(path: 'header.png', localize: 0)}
Related issues
| duplicates TYPO3.Fluid - Feature #32339: ResourceViewHelper should support I18n | Resolved | 2011-12-06 |
History
Updated by Robert Lemke 9 months ago
- Status changed from New to On Hold
Needs to be fixed by the related issue …
Updated by Gerrit Code Review 9 months ago
- Status changed from On Hold to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13647
Updated by Karsten Dambekalns 9 months ago
- Assignee set to Karsten Dambekalns
Updated by Gerrit Code Review 8 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13647
Updated by Gerrit Code Review 8 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13647
Updated by Karsten Dambekalns 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100