Problem/Motivation

Some labels in event management forms are not translatable.

Steps to reproduce

Create everything required to handle unit availability, then access to the availability calendar page.
URL should looks like : admin/bat/calendar/[unit-type-id]/[event-type-machine-name]

Proposed resolution

Use t() function.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

OwilliwO created an issue. See original summary.

owilliwo’s picture

And the first patch.
Not sure if any other place also misses some t() usage.

owilliwo’s picture

StatusFileSize
new1.13 KB

Typo in patch file name..

owilliwo’s picture

Add translation in fullcalendar config.

owilliwo’s picture

Previouss patch file obsolete.

afagioli’s picture

Status: Active » Needs work
afagioli’s picture

Queued for next release...

afagioli’s picture

Version: 8.x-1.3 » 8.x-10.x-dev

pushed to dev

afagioli’s picture

Status: Needs work » Needs review

afagioli’s picture

Status: Needs review » Fixed
afagioli’s picture

Not sure about this bit

       'defaultView' => $default_view,
-      'viewsTimelineDayButtonText' => ':15 slots',
+      'viewsTimelineDayButtonText' => t('1 day'),
       'viewsTimelineDaySlotDuration' => '00:15',

Skipped.
Feel free to re-open is more action is needed

Thanks a lot contribuiting

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.