
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@qualweb/locale
Advanced tools
Translation module for QualWeb reports.
$ npm i @qualweb/locale --save
If you want a translation on your own language, follow these steps:
| Language | Code | Modules support | ||
|---|---|---|---|---|
| act-rules | wcag-techniques | best-practices | ||
| English | en | Full | Full | Full |
| Finnish | fi | Full | none | none |
| Swedish | sv | Full | none | none |
| Norwegian BokmĂĄl | nb | Full | none | none |
| Norwegian Nynorsk | nn | Full | none | none |
The best way to have a translated report is by using the @qualweb/core module, and passing the locale code you want in the options. If you really want to use this package separately bear in mind that the variables in the sentences wont be translated and some meaning can be lost.
'use strict';
import locales, { translateReport } from '@qualweb/locale';
async () => {
// EvaluationReport only. EARL report is not currently supported. If you need a EARL report, convert the evaluation report after the translation. Check https://github.com/qualweb/earl-reporter
const report = 'Evaluation report obtained from @qualweb/cli or @qualweb/core';
const translatedReport = new ReportTranslator('en').translate(report);
// OR
const translatedReport = new ReportTranslator(locales.en).translate(report);
// OR
const ownLocale = {
// If you have a compatible locale object
};
const translatedReport = new ReportTranslator(ownLocale).translate(report);
console.log(translatedReport);
};
ISC
FAQs
Locales for @qualweb/core evaluation reports.
We found that @qualweb/locale demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.