X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e827a0460795bc076c115f941d074dca67decaa1..042567669cb0f5e4908fd4dc84286fc30e0db1eb:/lib/potlatch.rb diff --git a/lib/potlatch.rb b/lib/potlatch.rb index cfb602817..1b01a8867 100644 --- a/lib/potlatch.rb +++ b/lib/potlatch.rb @@ -199,10 +199,10 @@ module Potlatch } end - # Read internationalisation - localised = YAML::load(File.open("#{RAILS_ROOT}/config/potlatch/localised.yaml")) +# # 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