react-simple-context-i18n:对i18n的React组件

时间:2024-06-04 22:25:15
【文件属性】:

文件名称:react-simple-context-i18n:对i18n的React组件

文件大小:184KB

文件格式:ZIP

更新时间:2024-06-04 22:25:15

JavaScript

React简单上下文i18n 基于Context API的i18n组件 介绍 将i18n引入您的应用程序的简约方法。 在内部,它使用 。 利用和来支持旧版本的React。 安装 npm install --save react-simple-context-i18n 或者 yarn add react-simple-context-i18n 原料药 信息 消息组件是翻译提供程序的使用者,可用于文本翻译。 它由一个道具id ,并使用translator在translations对象中执行查找。 默认情况下, Message组件将翻译呈现为字符串。 对于较早版本的React(<16),翻译被包装在span元素中。 TranslationProvider 预览TranslationProvider的道具和默认值: 预览translations道具所需的格式: translato


【文件预览】:
react-simple-context-i18n-master
----.gitignore(283B)
----README.md(2KB)
----rollup.config.js(646B)
----.eslintrc(402B)
----package.json(2KB)
----src()
--------components()
--------.eslintrc(76B)
--------__tests__()
--------index.js(154B)
--------tools()
--------context.js(186B)
--------defaults.js(425B)
--------styles.css(137B)
----.babelrc(138B)
----example()
--------README.md(103KB)
--------public()
--------package.json(532B)
--------src()
--------yarn.lock(245KB)
----.editorconfig(147B)
----yarn.lock(270KB)

网友评论