Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@ones-design/locale
Advanced tools
import { Meta } from '@storybook/blocks'
ONES Design 目前的默认文案是简体中文,如果需要使用其他语言,可以参考下面的方案
ONES Design 提供了 ConfigProvider 组件用于全局配置国际化文案
import { ConfigProvider } from '@ones-design/core'
import { zhCN } from '@ones-design/locale'
ReactDOM.render(
<ConfigProvider locale={zhCN}>
<App />
</ConfigProvider>,
root,
)
详细配置见:ConfigProvider 组件
目前支持以下语言:
语言 | 名称 |
---|---|
英语(美式) | enUS |
日语 | jaJP |
简体中文 | zhCN |
FAQs
ONES Design
We found that @ones-design/locale demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.