Skip to content

Replace parenthetical alternations like a(n) and un(e) with more readable text #2724

Description

@movrack

The current validation messages use parenthetical alternations (e.g., a(n) in English, un(e) in French) to handle article/gender agreement.
This creates awkward, less readable messages. As accessibility standards evolve, validation messages should be clear and natural-sounding for all users, including those using screen readers.

All thoses translations could be rewrited to avoid it.

For example:

From production:

Image

Example of rewriting:
Required: 'Please provide a value for {fieldName}.',
Required: 'Veuillez renseigner le champ {fieldName}.'
Required: 'Por favor, indique un valor para {fieldName}.'

This should be applied to all language files using this kind of parenthetical alternations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions