Ticket #1862 (assigned defect)

Opened 13 months ago

Last modified 2 months ago

Buttons loose language after use

Reported by: TimCopeland Owned by: ischommer
Priority: medium Milestone: 2.4.0
Component: i18n Version:
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

If you login into the CMS in a language other than English, then use one of the buttons (such as save);

Pre save the message is in "French" (Enregister & Publier), on save is in English (Publishing...), then after the save, the label is to English (Save and Published).

Change History

Changed 13 months ago by ischommer

  • milestone set to 2.2.1

this is javascript-related behaviour AFAIK. javascript-strings are not translatable (or supported on translate.silverstripe.com), should be roughly a day of development to get this set up properly.

might be something for 2.2.1

Changed 10 months ago by sminnee

  • milestone changed from 2.2.2 feature-lock to 2.2.3 feature-lock

Changed 9 months ago by ischommer

  • status changed from new to assigned

Changed 2 months ago by sminnee

  • milestone changed from 2.2.3* to 2.4.0

JS i18n is likely to be 2.4, imo. If you get it implemented, Ingo, then by all means, pull it back into 2.3!

Changed 2 months ago by ischommer

Implemented clientside i18n now, but those damn buttons are still acting up - they're rendered in LeftAndMain?.php->getActionUpdateJS(), but somehow don't retain the language.

Note: See TracTickets for help on using tickets.