Generate translation yaml from excel file. (for L10N, I18N)
-
Manage translation via MS Excel file.
-
Generate YAML Locale file from Excel file.
gem install bundler bundle install
Usage: ./lib/translate_yaml_generator.rb <translate data excel> <config yaml> i18n excel : Excel File for Translate Data (extension: xlsx) config yaml : Configuration File (extension: yml)
./lib/translate_yaml_generator.rb data/sample-1.xlsx data/sample-1.yml
Copyright © 2015 if1live. See LICENSE.txt for further details.