mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
- Introduced a Symfony console command `chill:main:override_translation` to apply YAML-defined translation overrides. - Added an example configuration file in `resources/translation_override/` to illustrate usage. - Updated service definitions to register the new command.
9 lines
301 B
YAML
9 lines
301 B
YAML
- {from: "de l'usager", to: "du patient"}
|
|
- {from: "l'usager", to: "le patient"}
|
|
- {from: "L'usager", to: "Le patient"}
|
|
- {from: "d'usagers", to: "de patients"}
|
|
- {from: "usagers", to: "patients"}
|
|
- {from: "Usagers", to: "Patients"}
|
|
- {from: "usager", to: "patient"}
|
|
- {from: "Usager", to: "Patient"}
|