
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@orderly.network/i18n
Advanced tools
Internationalization and CLI tools for Orderly SDK. Based on i18next ecosystem.
Install the package, wrap your app root with LocaleProvider, and you get English by default.
import { LocaleProvider } from "@orderly.network/i18n";
export function App() {
return (
<LocaleProvider>
<YourApp />
</LocaleProvider>
);
}
For multiple locales, custom keys, Vite bundling, HTTP loading, or the CLI, see the Documentation links below.
| Topic | Link |
|---|---|
| AI / Agent integration | docs/guide/AGENTS.md |
| Package exports | docs/guide/exports.md |
| Integration (providers, locales, extend keys, external resources) | docs/guide/integration.md |
| Utils (paths and locale helpers) | docs/guide/utils.md |
| Examples (recommended AsyncResources + alternatives) | docs/guide/examples.md |
CLI (i18n binary) | docs/guide/cli.md |
Suggested reading order: Agents start with AGENTS. Otherwise: Integration (API and behavior) → Examples (copy-paste recipes as needed) → CLI / Utils when relevant.
Generated API notes for src/ live under packages/i18n/docs/ in the monorepo only (not published in the npm package). The user guide under docs/guide/ is included in the package so links above work after npm install.
| Export | Description |
|---|---|
@orderly.network/i18n | Main entry: providers, hooks, i18n, resource helpers, types — see exports guide |
@orderly.network/i18n/locales/* | Built-in locale JSON files |
@orderly.network/i18n/constant | Constants (LocaleEnum, defaultLanguages, …) |
@orderly.network/i18n/utils | Utilities — see Utils |
The default i18n namespace is translation (defaultNS).
FAQs
Internationalization for orderly sdk
The npm package @orderly.network/i18n receives a total of 594 weekly downloads. As such, @orderly.network/i18n popularity was classified as not popular.
We found that @orderly.network/i18n demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.