All: Browse | Submit New | Admin
in gloc.rake, the task cmpkeys is broken. the current code is : task :cmpkeys do dir= ENV['DIR'] || 'lang' whereas it should be [to work] dir = ENV['DIR'] || '{.,vendor/plugins/*}/lang'
Add A Comment: