extract react intl:提取react intl消息 源码
此仓库已迁移到 提取React国际 此程序包使您可以从全局提取所有消息。 它将为您传递的每个语言环境返回一个带有键的对象,该键又包含一个对象,该对象具有由的函数定义的每个消息的ID。 除了将由填充的defaultLocale以外,每个键的值都是一个空字符串。 安装 $ yarn add --dev extract-react-intl 用法 const extractReactIntl = require ( 'extract-react-intl' ) const pattern = 'app/**/*.js' const locales = [ 'en' , 'ja' ] extract
文件列表
extract-react-intl-master.zip
(预估有个34文件)
extract-react-intl-master
.travis.yml
218B
.eslintrc
31B
.babelrc
157B
index.js
3KB
flow-typed
npm
jest_v22.x.x.js
18KB
.flowconfig
100B
package.json
2KB
暂无评论