Skip to content

Fix localisation #40

Closed
Closed
@njoubert-cleverage

Description

@njoubert-cleverage

Description

When user localisation is set, some items were not localized withit:

  • datetime on ProcessExecutionCrudController, LogRecordCrudController, process_list
  • ProcessExecutionStatus and ProcessScheduleType
  • In french : status => statut, context => contexte, input => entrée

Tech:

  • xxx->setFormat('Y/M/dd H:mm:ss') must be replaced by xxx->setFormat('short', 'medium'),
  • ProcessExecutionStatus must extends Symfony\Contracts\Translation\TranslatableInterface

Requirements

  • Documentation updates
    • Reference
    • Changelog
  • Unit tests

Breaking changes

none

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions