Skip to content

Fix localisation #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks
njoubert-cleverage opened this issue Feb 10, 2025 · 0 comments
Closed
3 tasks

Fix localisation #40

njoubert-cleverage opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@njoubert-cleverage
Copy link
Member

njoubert-cleverage commented Feb 10, 2025

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

@njoubert-cleverage njoubert-cleverage added the bug Something isn't working label Feb 10, 2025
@njoubert-cleverage njoubert-cleverage self-assigned this Feb 10, 2025
@njoubert-cleverage njoubert-cleverage changed the title Fix datetime localisation Fix localisation Feb 10, 2025
njoubert-cleverage added a commit that referenced this issue Feb 10, 2025
njoubert-cleverage added a commit that referenced this issue Feb 11, 2025
njoubert-cleverage added a commit that referenced this issue Feb 21, 2025
njoubert-cleverage added a commit that referenced this issue Feb 21, 2025
njoubert-cleverage added a commit that referenced this issue Feb 21, 2025
njoubert-cleverage added a commit that referenced this issue Feb 21, 2025
tonongregory added a commit that referenced this issue Feb 21, 2025
#40 Fix localisation issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant