4.13.0 • Published 4 months ago

@lingui/extractor-vue v4.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

License Version Downloads

@lingui/vue-extractor

This package contains a custom extractor that handles Vue.js files. It supports extracting messages from script and setup scripts as well as Vue templates.

@lingui/vue-extractor is part of LinguiJS. See the documentation for all information, tutorials and examples.

Installation

npm install --save-dev @lingui/extractor-vue

Usage

This custom extractor requires that you use JavaScript or TypeScript for your Lingui configuration.

import { vueExtractor } from "@lingui/extractor-vue"
import { extractor as defaultExtractor } from "@lingui/cli/api"

/** @type {import('@lingui/conf').LinguiConfig} */
const linguiConfig = {
  locales: ["en", "nb"],
  sourceLocale: "en",
  catalogs: [
    {
      path: "<rootDir>/src/{locale}",
      include: ["<rootDir>/src"],
    },
  ],
  extractors: [defaultExtractor, vueExtractor],
}

export default linguiConfig

License

This package is licensed under MIT license.

5.0.0-next.3

4 months ago

5.0.0-next.2

4 months ago

4.13.0

4 months ago

4.12.0

4 months ago

5.0.0-next.1

5 months ago

4.11.4

5 months ago

5.0.0-next.0

7 months ago

4.11.1

8 months ago

4.11.2

7 months ago

4.11.3

6 months ago

4.11.0

9 months ago

4.10.1

9 months ago

4.10.0

10 months ago

4.8.0

10 months ago

4.7.2

11 months ago

4.8.0-next.1

11 months ago

4.8.0-next.0

11 months ago

4.7.1

12 months ago

4.7.0

1 year ago

4.5.0

1 year ago

4.4.1

1 year ago

4.4.0

1 year ago

4.6.0

1 year ago

4.4.2

1 year ago

4.3.0

2 years ago

4.1.0

2 years ago

4.2.1

2 years ago

4.1.2

2 years ago

4.2.0

2 years ago

4.1.1

2 years ago

4.0.0

2 years ago

4.0.0-next.8

2 years ago

4.0.0-next.7

2 years ago