Security News
Nightmares on npm: How Two Malicious Packages Facilitate Data Theft and Destruction
Our threat research team breaks down two malicious npm packages designed to exploit developer trust, steal your data, and destroy data on your machine.
@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
Our threat research team breaks down two malicious npm packages designed to exploit developer trust, steal your data, and destroy data on your machine.
Security News
A senior white house official is urging insurers to stop covering ransomware payments, indicating possible stricter regulations to deter cybercrime.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.