Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Translation Lint HelperNew to Visual Studio Code? Get it now.
Translation Lint Helper

Translation Lint Helper

Sigma7863

| (0) | Free
Glossary-based terminology checks and quick fixes for translation contributors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Translation Lint Helper

VS Code extension for translation contributors.
It checks terminology consistency in Markdown and PO files using .vscode/translation-glossary.json, then provides Quick Fix actions.

Japanese README: README.ja.md

Features

  • Workspace scan (Translation Lint: Scan Workspace)
  • Current file scan (Translation Lint: Scan Current File)
  • Glossary reload (Translation Lint: Reload Glossary)
  • Diagnostics in the Problems panel
  • One-click Quick Fix replacement per finding

Glossary Format

.vscode/translation-glossary.json:

{
  "terms": [
    {
      "source": "ログイン",
      "preferred": "サインイン",
      "caseSensitive": false
    }
  ]
}

Configuration

  • translationLint.enabled: Enable/disable diagnostics
  • translationLint.includeGlobs: Target file globs
  • translationLint.severity: error | warning | information | hint

Development

npm install
npm run compile
npm run test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft