Development

#9486 (rendering a form using list ignores i18n catalogue)

You must first sign up to be able to contribute.

Ticket #9486 (new defect)

Opened 2 years ago

Last modified 2 years ago

rendering a form using list ignores i18n catalogue

Reported by: SnatchFrigate Assigned to: fabien
Priority: minor Milestone:
Component: form Version: 1.4.8
Keywords: Cc:
Qualification: Unreviewed

Description

I have configured my form to use a catalogue for translation which works perfectly when I using render() but when using renderUsing('list') none of my translations are used, though renderUsing('table') works as expected, I can only assume this is related to the formater.

I have tested this in versions 1.4.8, 1.4.9-DEV and 1.4.10-DEV, in all versions this problem exists.

Change History

02/07/11 15:54:32 changed by SnatchFrigate

Spelling corrections:

I have configured my form to use a catalogue for translation which works perfectly when I'm using render() but when using renderUsing('list') none of my translations are used, though renderUsing('table') works as expected, I can only assume this is related to the formatter.

I have tested this in versions 1.4.8, 1.4.9-DEV and 1.4.10-DEV, in all versions this problem exists.