appsmithorg / appsmithorg/appsmith
[Bug] Locale conversion not working for moment
Open
Bug
Community Reported
Javascript Product
JS Evaluation
Low
Production
Query & JS Pod
Query Widgets & IDE Pod
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
## Description
A user is trying to display a moment duration in a given locale using
```
{{moment.duration(2, "min").locale("fr").humanize();}}
```
but the conversion does not seem to be working
Contributor guide
Assessment
This issue has not been assessed yet.