Skip to content

Fix localisation #40

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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