
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@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 560 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
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.