A lot :)
This commit is contained in:
parent
aad67af0d1
commit
63fc206c27
153 changed files with 2043 additions and 646 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# I18n.load_path += Dir[Rails.root.join('lib', 'locale', '*.{rb,yml}')]
|
||||
|
||||
# Permitted locales available for the application
|
||||
I18n.available_locales = [:"de-CH"]
|
||||
I18n.available_locales = [:"de-CH", :en]
|
||||
|
||||
# Set default locale to something other than :en
|
||||
I18n.default_locale = :"de-CH"
|
||||
Loading…
Add table
Add a link
Reference in a new issue