Skip to content

Boolean detection not recognized in French #1702

@ouvry-ems

Description

@ouvry-ems

Describe the current behavior

When mapping a column to "Boolean" type it does convert some text values into the corresponding boolean value. Some examples below:

  • "yes", "Yes", "true", "True" > True
  • "no", "No", "false", "False" > False

But it seems to be hardcoded and not translated as in French it is not working. Indeed the same examples in French gives errors:

  • "oui", "Oui", vrai", "Vrai" > Error
  • "non", "Non", "faux", "Faux" > Error

Illustrated example below:

Image Image

Where have you encountered this bug?

Instance information (when self-hosting only)

  • Grist instance:
    • Version: 1.6.0
    • Installation mode: kubernetes
    • Architecture: multi-workers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions