when use "label" as name, it can not be translated
agoni1212 opened this issue · 1 comments
agoni1212 commented
Reporting a bug?
en-us.json
"label": { "pro_date": "product date" },
used as follows:
<div>{{ $t('label.pro_date') }}</div>
Expected behavior
translate success
Reproduction
null
System Info
vs code
chrome
Screenshot
No response
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
- The provided reproduction is a minimal reproducible example of the bug.
kazupon commented
Thank you for your reporting!
Unfortunately, I could not reproduce this issue.
Could you give us your minimue reproduction repo please?