Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure the config object is in scope
  • Loading branch information
bklang committed Mar 24, 2014
1 parent e47f0ef commit 4207e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adhearsion-i18n/plugin.rb
Expand Up @@ -26,6 +26,7 @@ class AdhearsionI18n::Plugin < Adhearsion::Plugin
namespace :i18n do
desc "Validate configured audio prompt files exist"
task :validate_files do
config = Adhearsion.config.i18n
locale_files = Dir.glob(I18n.load_path)

locale_errors = {}
Expand Down

0 comments on commit 4207e61

Please sign in to comment.