From 2cac8149bdfae645ce4ccc7b5e405a68f7d56192 Mon Sep 17 00:00:00 2001 From: Onur Ozgur OZKAN Date: Thu, 5 Sep 2013 11:42:02 +0300 Subject: [PATCH] #12 Set default timezone and i18n --- config/application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 9aef14b..f957a7b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -19,11 +19,11 @@ class Application < Rails::Application # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' + config.time_zone = 'Istanbul' # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de + config.i18n.default_locale = :tr config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif) config.sass.preferred_syntax = :sass