Full localization implementation

This commit is contained in:
2013-03-03 16:43:27 +01:00
parent 27c188773a
commit 1eb181b043
5 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ module Qwaiter
# 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 = :nl
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"