
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@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 519 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 6 open source maintainers collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.