
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
node-translation-scripts
Advanced tools
i18n translation cli scripts
-h - help
--validate - Validates reference language against other translations
-r or --refLanguagePath - Path to root of directory with reference language
-t or --translationPaths - Paths to root of directories with translations delimited by comma
--export - Exports translation data to specified languages
-r or --refLanguagePath - Path to root of directory with reference language
-t or --translationPaths - Paths to root of directories with translations delimited by comma
-k or --keepOriginalTranslations - Determines whether original translations should be preserved or not
-o or --outputPath - Path to output directory
-i or --includeReferenceLanguage - Include reference language
--import - Imports translated data to specified directory
-i or --inputPath - Path to directory with translated files
-o or --outputPath - Path to output directory
-r or --referenceLanguage - Reference language (won't be imported)
-d or --dry - Dry run
{
...
"scripts": {
"validate-translations": "node-translation-scripts --validate -r \"./public/locales/en/\" -t \"./public/locales/cs/\"",
"validate-translations:dry": "node-translation-scripts --validate -r \"./public/locales/en/\" -t \"./public/locales/cs/\" --dry",
"export-translations": "node-translation-scripts --export -r \"./public/locales/en/\" -t \"./public/locales/cs/\" -o \"./export/translations/\" -k -i",
"import-translations": "node translation-scripts --import -i \"./export/translations\" -o \"./public/locales/\" -r \"en\""
}
...
}
FAQs
i18n translation cli scripts
The npm package node-translation-scripts receives a total of 1 weekly downloads. As such, node-translation-scripts popularity was classified as not popular.
We found that node-translation-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.