You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's possible to just load the <i18n> blocks through vue-loader as suggested in #80 (comment) instead of loading the json manually? That might take care of all that automatically.
The text was updated successfully, but these errors were encountered:
Now that linting
<i18n>
blocks in SFC is possible (#80), it would be great if yaml would be supported as well.Using yaml for i18n blocks is suggested in the vue-i18n docs at https://kazupon.github.io/vue-i18n/guide/sfc.html#yaml-loading, so I guess it would make sense to support it here as well.
Maybe it's possible to just load the
<i18n>
blocks through vue-loader as suggested in #80 (comment) instead of loading the json manually? That might take care of all that automatically.The text was updated successfully, but these errors were encountered: