定制 processmaker/laravel-i18next 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

processmaker/laravel-i18next

Composer 安装命令:

composer require processmaker/laravel-i18next

包简介

Transform Laravel localization files into i18next compatible format. Provides routes for i18next-xhr-backend.

README 文档

README

Transform Laravel translation files into i18next compatible formats at runtime. This package provides a route for i18next to pull translations via i18next-xhr-backend

@TODO

  • Add example on implementing in a react app (beyond the views/test.blade.php)

Installation

Installation via composer is supported. Run composer require processmaker/laravel-i18next. Once installed, you can publish the configuration via php artisan vendor:publish --tag=i18next

The flatten configuration option (found in config/i18next.php) should be set to true if you're using multidimensional arrays for your translations and NOT the Laravel String as Keys.

The exclude.groups configuration option allows you to exclude named groups. So if you have lang/en/custom_group.php, and want to exclude it, add custom_group to the exclude.groups key.

Testing

We use PHPUnit ^7.2 for unit tests on this package. You can execute the tests either by running:

composer run-script test

统计信息

  • 总下载量: 73.51k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 21
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-07-19