Adjusted for new location of script.

This commit is contained in:
Tom Hughes 2009-06-04 21:53:49 +00:00
parent 2242471ba5
commit c153de287a

View file

@ -9,7 +9,7 @@
require "yaml"
LOCALE_DIR = File.dirname(__FILE__) + '/../config/locales/'
LOCALE_DIR = File.dirname(__FILE__) + '/../../config/locales/'
def iterate(hash, fhash={}, path='')
hash.each {|key, val|