Locale data
React
merged
Wrong Japanese expand/collapse labels in Ant Design Typography
Wrong ja-JP Typography expand/collapse labels
ant-design · ant-design/ant-design
Symptom
The ja-JP labels for Typography's expand/collapse control were incorrect, so Japanese users saw the wrong 展開/折りたたみ text.
Minimal repro
1. Set ConfigProvider locale to ja_JP.
2. Render <Typography.Paragraph ellipsis={{ expandable: true }}>.
3. The expand/collapse label is wrong.
Fix
Correct the ja-JP expand/collapse label strings.