We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File types supported: vue, js, ts, jsx, tsx
vue
js
ts
jsx
tsx
Strings could be ignored within file and within the project from a quick fix menu.
i18n-ally.detect_hard_strings (expiremental) Detect hard-coded strings in the current file
i18n-ally.detect_hard_strings
// Parser options for extracting HTML, see https://github.com/lokalise/i18n-ally/blob/master/src/extraction/parsers/options.ts "i18n-ally.extract.parsers.html": { "attributes": ["text", "title", "alt", "placeholder", "label", "aria-label"], "ignoredTags": ["script", "style"], "vBind": true, "inlineText": true }, // Enables hard-coded strings detection automatically whenever opening supported a file "i18n-ally.extract.autoDetect": false, // Make sure that particular refactoring templates would be picked up be the bulk extraction depending on the context "i18n-ally.refactor.templates": [ { // affect scope (optional) // see https://github.com/lokalise/i18n-ally/blob/master/src/core/types.ts#L156-L156 "source": "html-attribute", "templates": [ "i18n.t('{key}'{args})", "custom.t('{key}'{args})", ], // accept globs, resolved to project root (optional) "include": [ "src/**/*.{vue,ts,js}", "index.html" ], "exclude": [ "src/config/**" ] }, // ... ]
π Home
π FAQ
π§± Frameworks
π Editor UI
πβπ¨ Review & Collaborate
πͺ¨ Hard-coded Strings Extraction
βοΈ Configurations
π Migration
π© Contribute
π° Changelog