Skip to content

managed localize resource with lang attribute #11

@kazupon

Description

@kazupon

related from kazupon/vue-i18n#249

e.g.

// 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions