l10n-tools-syncer-l10n-storage is a Node.js package (v1.4.2) for syncing localization files to the TPC Agent L10n Storage service. Part of the l10n-tools ecosystem, it requires l10n-tools-core v8.4.0+ as a peer dependency. It provides a CLI and programmatic API for uploading locale data, integrating with CI/CD pipelines. Built specifically for TPC internal infrastructure, it is not widely adopted externally. Ships TypeScript types, supports Node >= 22.19.0.
npm install l10n-tools-syncer-l10n-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Syncer instance with configuration and uploads locale files to the storage service.
Upgrade Node to >= 22.19.0
Replace import Syncer from '...' with import { Syncer } from '...'Use 'baseUrl' property instead of 'storageUrl'.
npm install l10n-tools-core@^8.4.0
Use named import: import { Syncer } from 'l10n-tools-syncer-l10n-storage'