From: Tom Hughes Date: Thu, 4 Jun 2009 21:53:49 +0000 (+0000) Subject: Adjusted for new location of script. X-Git-Tag: live~7186 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c153de287a9b7f773814c4d89227ed7302e38c39 Adjusted for new location of script. --- diff --git a/script/locale/yaml2po b/script/locale/yaml2po index c20c70f8c..b680a0640 100755 --- a/script/locale/yaml2po +++ b/script/locale/yaml2po @@ -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|