X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e827a0460795bc076c115f941d074dca67decaa1..073faf895075ff4ea986f80da53832ab8511db45:/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