X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/62a1ec47483803a32c038fb2907afdf45a61b5ee..db66d47e42bc267670ef00b3b2611b4b53cb40e9:/lib/potlatch.rb diff --git a/lib/potlatch.rb b/lib/potlatch.rb index cf8f5903d..4dfba12ef 100644 --- a/lib/potlatch.rb +++ b/lib/potlatch.rb @@ -83,7 +83,7 @@ module Potlatch when 'Hash' a=3.chr n.each do |k,v| - a+=encodestring(k.to_s)+encodevalue(v) + a+=encodestring(k)+encodevalue(v) end a+0.chr+0.chr+9.chr when 'String' @@ -195,10 +195,7 @@ module Potlatch } end - # Read internationalisation - localised = YAML::load(File.open("#{RAILS_ROOT}/config/potlatch/localised.yaml")) - - [presets,presetmenus,presetnames,colours,casing,areas,autotags,relcolours,relalphas,relwidths,localised] + [presets,presetmenus,presetnames,colours,casing,areas,autotags,relcolours,relalphas,relwidths] end end