X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4e8f35012a0936d872c1b9a6a8858cf832736eec..c153de287a9b7f773814c4d89227ed7302e38c39:/script/locale/yaml2po 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|