|
|
7 months ago | |
|---|---|---|
| .. | ||
| _story | 23e87e4dbc feat: inputnumber add currency support (#2742) | 7 months ago |
| source | 0d6fd1c2ac fix: update pl_Pl file | 7 months ago |
| README.md | 076be4564e Merge branch origin/main into main | 2 years ago |
| context.tsx | f76bd5879d feat: init | 4 years ago |
| interface.ts | 573124c9e1 feat: support userGuide component (#2733) | 7 months ago |
| localeConsumer.tsx | 23e87e4dbc feat: inputnumber add currency support (#2742) | 7 months ago |
| localeProvider.tsx | bd83d1f9cd chore: format code | 3 years ago |
Semi Design locale package
Component multilingual support
import en_GB from '@douyinfe/semi-ui/lib/es/locale/source/en_GB';
import { LocaleProvider } from '@douyinfe/semi-ui';
return (
<LocaleProvider locale={en_GB}>
<App/>
</LocaleProvider>
);
Notice: Don't replace key in
${}which is a dynamic value.
MIT

