承接 mouf/html.utils.i18nweblibrary 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

mouf/html.utils.i18nweblibrary

最新稳定版本:v3.0.0

Composer 安装命令:

composer require mouf/html.utils.i18nweblibrary

包简介

This implementation of a Weblibrary will load different JS files based on the current language used. Useful to load translation files in JS.

README 文档

README

This special kind of WebLibrary will load different Javascript files based on the current locale.

How does it work?

You simply put a [lang] placeholder in the file name you want to load.

For instance:

javascript/messages-[lang].js

If the current locale used is French, the file requested will be javascript/messages-fr.js. If the current locale used is German, the file requested will be javascript/messages-de.js... If the current locale used is the default one, the file requested will be javascript/messages-default.js.

The locale is decided thanks to the $languageDetection property of I18nWebLibrary. This property must point to a class implementing Fine's LanguageDetectionInterface interface.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-28