
You will need to set ENV['LOCALEAPP'] to the secret key to run the update. Contact randym if you need it.
7 lines
263 B
Ruby
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
|