Project

General

Profile

Actions

Bug #47874

closed

Backend-Layout column localization

Added by Samuel Heinz over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-05-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Multilang configuration throws error in BE

backend_layout {
    colCount = 1
    rowCount = 1
    rows {
        1 {
            columns {
                1 {
                    name = LLL:EXT:extensionname/Resources/Private/Language/locallang_ttc.xlf:colPos.I.0
                    colPos = 0
                }
            }
        }
    }
}

Oops, an error occurred!

The path provided does not point to existing and accessible well-formed XML file.

More information regarding this error might be available online.

Actions #1

Updated by Francois Suter over 11 years ago

Hi Samuel,

There's nothing regarding backend layouts in this manual. Are you sure you wanted to report this bug here? Isn't rather a Core bug?

Actions #2

Updated by Samuel Heinz over 11 years ago

  • Project changed from 1108 to TYPO3 Core

TYPO3 Version > 6.0.4

Actions #3

Updated by Chris topher over 11 years ago

  • PHP Version set to 5.4
  • TYPO3 Version set to 6.0
Actions #4

Updated by Chris topher over 11 years ago

Samuel Heinz wrote:

TYPO3 Version > 6.0.4

Do you mean that it worked correctly with older versions, e.g. with 6.0.4?

Actions #5

Updated by Samuel Heinz over 11 years ago

Problem was the new data format .xlf
I converted the file to .xml and it works

Nice to have: Dealing with .xlf language files

Actions #6

Updated by Samuel Heinz over 11 years ago

  • % Done changed from 0 to 100
Actions #7

Updated by Chris topher over 11 years ago

  • Status changed from New to Closed

Samuel Heinz wrote:

Problem was the new data format .xlf
I converted the file to .xml and it works

Good to hear that it's working. :-)

Actions

Also available in: Atom PDF