@alicloud/console-components-intl-core

React component for Alibaba Cloud.

Usage no npm install needed!

<script type="module">
  import alicloudConsoleComponentsIntlCore from 'https://cdn.skypack.dev/@alicloud/console-components-intl-core';
</script>

README


name: rc-intl-core zhName: 国际化文案解析 type: biz-component

@alicloud/console-components-intl-core

帮助你的项目快速应用国际化和本地化。让开发者中不在代码耦合某一种语种。 帮助你的项目快速应用国际化和本地化。前端开发者在编写代码的时候,不再耦合于某一语种,而是依赖于一个“文案 key”,而文案id=>文案内容的配置在顶层统一完成。

intl-core 的 API、使用方式与rc-intl一致,请参考它的文档。除了包名的区别以外,intl-core 唯一区别是:不依赖@alicloud/console-components组件包,非 console-components 用户也可以使用。

安装

$ yarn add @alicloud/console-components-intl-core

使用方式请查看rc-intl 文档