related from https://github.com/kazupon/vue-i18n/issues/249 e.g. ```html // someFile.vue <template> ... </template> <i18n lang="zh-CN" src='./zh-CN.json'></i18n> <i18n lang="zh-TW" src='./zh-TW.json'></i18n> <i18n lang="en" src='./en.json'></i18n> <script> export default { ... } </script> ```