Browse Source

Added i18n debugging

development
Godwin 7 years ago
parent
commit
dc92aa9013
  1. 6
      Rakefile
  2. 2
      features/support/location_cache.json

6
Rakefile

@ -71,6 +71,12 @@ task :i18n do
end
end
task 'i18n:debug' do
ENV['I18N_DEBUG'] = '1'
Rake::Task['i18n'].execute
ENV['I18N_DEBUG'] = '0'
end
task :css do
ENV['CSS_TEST'] = '1'
Rake::Task['cucumber:run'].execute

2
features/support/location_cache.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save