@lingui/extractor-vue v4.13.0
@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.
4 months ago
4 months ago
4 months ago
4 months ago
5 months ago
5 months ago
7 months ago
8 months ago
7 months ago
6 months ago
9 months ago
9 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago