X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8b79e2b9635d8205d7e2a777fb2dbde5d82cfebc..62d62ca69c63b9cc292c0f07b3b30bc8101c3647:/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