登录 注册
当前位置:主页 > 资源下载 > 31 > 在React组件中使用i18n-js实现对Rails-i18n的集成,即react-i18n

在React组件中使用i18n-js实现对Rails-i18n的集成,即react-i18n

  • 更新:2024-08-26 13:46:56
  • 大小:36KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

react-i18n 该模块与 gem集成在一起,并作为的包装器构建。 基本设定 安装模块 $ npm install --save i18n-js react-i18n 设置i18n-js 在Gemfile中 gem 'i18n-js' 您认为* .haml :javascript I18n.defaultLocale = "#{I18n.default_locale}"; I18n.locale = "#{I18n.locale}"; I18n.fallbacks = true; = javascript_include_tag "i18n" = javascript_include_tag "translations" 有关更多选项/详细信息,请参阅上的文档。 用法 React混合 import ReactI18n from 'react-i18n' let Or