]> git.openstreetmap.org Git - rails.git/blobdiff - script/locale/yaml2po
Don't set the Status header - it is set automatically by the FastCGI code
[rails.git] / script / locale / yaml2po
index c20c70f8c15355414d3bf48c9574c3b58f97bb0c..b680a06402f66f0cc970d4bad090dfb7b13f0474 100755 (executable)
@@ -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|