csnemeth79 / locasyncforlaravel
该包最新版本(v1.1)没有提供许可信息。
v1.1
2014-05-07 15:31 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2024-09-24 06:56:49 UTC
README
##简单智能的语言文件同步工具##
###REPO###
https://github.com/csnemeth79/locasyncforlaravel
###配置###
在src\Config.php中填写,设置Logger.php上的日志文件
####config标签#### main_directory - 语言目录 prior_language - 主语言(只有一个)additional_languages = 数组,用于其他语言 auto_fix = true = 自动修复并记录,false = 只记录
###使用方法###
在Laravel包中实现
###需求###
项目最初在以下repo创建: https://github.com/csnemeth79/locasync
@see https://github.com/csnemeth79/locasync上的readme文件