
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@ditsmod/i18n
Advanced tools
Ditsmod module to support i18n (internalization).
Recommended directory tree for current module:
βββ modulename
βββ ...
βββ locales
β βββ current
β β βββ _base-en
β β βββ de
β β βββ fr
β β βββ pl
β β βββ uk
β β βββ index.ts
β βββ imported
β βββ one
β β βββ de
β β βββ fr
β β βββ pl
β β βββ uk
β βββ two
β β βββ de
β β βββ fr
β β βββ pl
β β βββ uk
β βββ index.ts
Where _base-en - this is the base translation from which all other translations for the current module branch.
And one and two this are external modules that alsow has @ditsmod/i18n integration. File index.ts has translation groups:
import { TranslationGroup } from '@ditsmod/i18n';
import { Common } from './en/common.js';
import { CommonUk } from './uk/common.js';
import { Errors } from './en/errors.js';
import { ErrorsUk } from './uk/errors.js';
export const current: TranslationGroup[] = [
[Common, CommonUk],
[Errors, ErrorsUk],
];
FAQs
Ditsmod module to integration with i18n (internalization)
The npm package @ditsmod/i18n receives a total of 6 weekly downloads. As such, @ditsmod/i18n popularity was classified as not popular.
We found that @ditsmod/i18n 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies