travis-web/.localeapp/config.rb
Randy Morgan c4bfc7b1d7 Added i18n web filters and rake task for pulling the translations down from localeapp
You will need to set ENV['LOCALEAPP'] to the secret key to run the
update. Contact randym if you need it.
2012-11-22 20:47:38 +09:00

7 lines
263 B
Ruby

Localeapp.configure do |config|
config.api_key = ENV['LOCALEAPP']
config.translation_data_directory = 'locales'
config.synchronization_data_file = '.localeapp/log.yml'
config.daemon_pid_file = '.localeapp/localeapp.pid'
end