apploud/translations-converter
最新稳定版本:v2.1.0
Composer 安装命令:
composer require apploud/translations-converter
包简介
Simple extension for Nette framework that converts translations from multiple lang files in Neon syntax to one Excel file (xlsx) and vice versa.
README 文档
README
Simple extension for Nette framework that converts translations from multiple lang files in Neon syntax to one Excel file (xlsx) and vice versa.
Installation
The best way to install TranslationsConverter is using Composer:
$ composer require apploud/translations-converter
You can enable the extension using your neon config.
extensions: console: Kdyby\Console\DI\ConsoleExtension translationsConverter: Apploud\TranslationsConverter\DI\TranslationsConverterExtension translationsConverter: langDir: %appDir%/lang
Usage
Simply use following commands to export translations into Excel or import into neon files. For now Excel file for import has to be named translations.xlsx. Directory with language files needs to be specified as langDir in neon config file.
$ php www/index.php translations:export $ php www/index.php translations:import
统计信息
- 总下载量: 9.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-09-30