generated from canisminor1990/canisminor-template
-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
InactiveNo response in 30 days | 超过 30 天未活跃No response in 30 days | 超过 30 天未活跃
Description
Problem
When translating locale files, @lobehub/i18n-cli (GPT-4.1) is converting numeric-keyed objects like:
{
"0": {...},
"1": {...}
}into JSON arrays with null gaps:
[
null,
null,
{...},
{...}
]Impact
This corruption causes vue-i18n path resolution to crash when trying to access these translated node definitions.
Workaround
We've implemented a post-processing script to convert arrays back to objects after translation as a temporary workaround.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
InactiveNo response in 30 days | 超过 30 天未活跃No response in 30 days | 超过 30 天未活跃