]> git.openstreetmap.org Git - rails.git/commitdiff
Adjusted for new location of script.
authorTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 21:53:49 +0000 (21:53 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 21:53:49 +0000 (21:53 +0000)
script/locale/yaml2po

index c20c70f8c15355414d3bf48c9574c3b58f97bb0c..b680a06402f66f0cc970d4bad090dfb7b13f0474 100755 (executable)
@@ -9,7 +9,7 @@
 
 require "yaml"
 
 
 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|
 
 def iterate(hash, fhash={}, path='')
   hash.each {|key, val|