translation, first approach

This commit is contained in:
Stella 2014-05-19 13:17:32 +03:00
parent c78a09cc53
commit 0257c73176
10 changed files with 775 additions and 116 deletions

View file

@ -32,8 +32,9 @@ module Osem
# config.time_zone = 'Central Time (US & Canada)'
# 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.load_path += Dir[Rails.root.join('config', 'locales', '*.{rb,yml}').to_s]
config.i18n.default_locale = :en
config.i18n.fallbacks = true
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"