From c153de287a9b7f773814c4d89227ed7302e38c39 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 4 Jun 2009 21:53:49 +0000 Subject: [PATCH] Adjusted for new location of script. --- script/locale/yaml2po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- 2.43.2