文件名称:rx-i18n:提供i18n的ReactXP插件
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-24 18:37:34
i18n plugin internationalization localization l10n
reactxp-i18n 该模块在库中为i18n提供跨平台支持。 该模块使用和 安装 yarn add reactxp-i18n或npm install reactxp-i18n 例子 基本用法 import { default as RXI18n } from 'reactxp-i18n'; const translations = { it: { greeting: 'Ciao!', }, en: { greeting: 'Hi!', }, fr: { greeting: 'Bonjour!',
【文件预览】:
rx-i18n-master
----index.ios.js(69B)
----yarn.lock(12KB)
----index.macos.js(70B)
----index.windows.js(73B)
----src()
--------windows()
--------common()
--------ios()
--------android()
--------web()
--------macos()
--------native-common()
----index.android.js(73B)
----.npmignore(48B)
----tsconfig.json(465B)
----LICENSE(1KB)
----README.md(1009B)
----.gitignore(195B)
----index.js(149B)
----package.json(1KB)