This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
Feature request: Warning messages to output the i18n path #680
Labels
Status: Need More Info
Lacks enough info to make progress
Warning messages to output the i18n path
Output the i18n string path in the
console.warn
message.The warning message doesn't provide any information to suggest where it's originating from. You have to use the trace to find the component (or components if the string of the i18n comes from it's parents). Then if you have multiple i18ns in the component you then have to look at each one to find out which one is causing the issue.
It'd be a lot easier to debug if the warning message simply said the
path
of the i18n that is causing the problem.vue-i18n/src/util.js
Happy to make a PR if feature approved.
The text was updated successfully, but these errors were encountered: