With working specs

This commit is contained in:
2015-01-13 16:59:53 +01:00
parent 978832bf25
commit 323e68bcad
5 changed files with 62 additions and 60 deletions
+1
View File
@@ -38,6 +38,7 @@ module Dummy
# 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.available_locales = [:en, :nl, :de, :es]
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"