X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2242471ba55bd3bfe092d7a8246270da729bfad6..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|