aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorRobert2017-07-31 08:03:13 +0200
committerRobert2017-07-31 08:03:13 +0200
commit609b774388a7f57703ec14a224363c88f3564eaf (patch)
tree4610e6b5a82a6f472d2b6ecc7901385b7415f296 /config/environments
parentaa5028a21f28a2bee9f64b5e87e70828c9c8b75f (diff)
downloadchouette-core-609b774388a7f57703ec14a224363c88f3564eaf.tar.bz2
Refs: #3507_1726@6h Code Review
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 1384d0c00..42523a761 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -91,7 +91,5 @@ Rails.application.configure do
# link to validation specification pages
config.validation_spec = "http://www.chouette.mobi/neptune-validation/v21/"
- # Local zip decompression dir
- #
config.i18n.available_locales = [:fr, :en]
end