asgard/translation

v0.3.1 2016-05-13 11:31 UTC

This package is not auto-updated.

Last update: 2024-09-18 07:40:52 UTC


README

#翻译

Asgard 翻译包帮助您导出和导入翻译。

##安装

composer require asgard/translation 0.*

##命令

###导出 CSV 将新翻译导出到CSV文件,包括原始翻译。

用法

php console translation:export-csv [srcLocale] [dstLocale] [file]

###导入 CSV 从CSV文件导入新翻译并导出到YAML。

用法

php console translation:import [src] [dst]

###导出 YAML 将新翻译导出到YAML文件。

用法

php console translation:export-yaml [dstLocale] [dst]

##贡献

请将所有问题和拉取请求提交到 asgardphp/asgard 仓库。

许可证

Asgard 框架是开源软件,采用 MIT 许可证