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