-
-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Description
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:
Where have you encountered this bug?
- On docs.getgrist.com
- On a self-hosted instance
Instance information (when self-hosting only)
- Grist instance:
- Version: 1.6.0
- Installation mode: kubernetes
- Architecture: multi-workers
Metadata
Metadata
Assignees
Labels
No labels