Skip to content

Commit

Permalink
Add german locale to development.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Jan 29, 2016
1 parent c055f3d commit 853d196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true

config.i18n.available_locales = [:en, :es, :fr, :et, :ca, :ru, :ja, 'zh-cn', 'zh-tw']
config.i18n.available_locales = [:en, :es, :de, :fr, :et, :ca, :ru, :ja, 'zh-cn', 'zh-tw']
config.i18n.default_locale = :en
config.i18n.fallbacks = true

Expand Down

0 comments on commit 853d196

Please sign in to comment.