Duplicate I18n key results in weird behaviour
Open
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In the string definition JSON, there's nothing stopping you from having duplicate key within the same namespace. When this happens, users trying to find the child of such key will encounter issues where plugin fails to locate the strings they want.
To fix this: return error when there is duplicate keys present in the string.json file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.