silverstripe-spellcheck:SilverStripe的拼写检查

时间:2021-04-28 14:48:15
【文件属性】:
文件名称:silverstripe-spellcheck:SilverStripe的拼写检查
文件大小:12KB
文件格式:ZIP
更新时间:2021-04-28 14:48:15
PHP SilverStripe的拼写检查 改进了对SilverStripe CMS的拼写检查支持,包括HunSpell的实现。 安装 确保使用设置服务器,并为您要使用的每种语言设置必要的。 使用composer require silverstripe/spellcheck:*安装拼写检查模块,使用composer require silverstripe/spellcheck:* ,或下载该模块并解压缩到项目根目录下的“ spellcheck”目录。 配置 设置要使用yaml检查的语言环境。 如果未指定任何内容,它将默认为当前的i18n默认语言环境,如果尚未为某些语言环境配置字典,则可能不合适。 mysite / _config / config.yml SpellController : locales : - en_NZ - fr_FR - de_DE
【文件预览】:
silverstripe-spellcheck-master
----.travis.yml(523B)
----code()
--------data()
--------providers()
--------handling()
----LICENSE(1KB)
----composer.json(546B)
----_config()
--------config.yml(331B)
----tests()
--------SpellControllerTest.php(7KB)
--------HunSpellProviderTest.php(1KB)
----readme.md(2KB)

网友评论