Skip to content

Commit

Permalink
Minor documentation update missed in last minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcspadden committed Jun 27, 2012
1 parent 89ea337 commit 7614f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/locale/fallbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# # using a custom locale as default fallback locale
#
# I18n.fallbacks = I18n::Fallbacks.new(:"en-GB", :"de-AT" => :de, :"de-CH" => :de)
# I18n.fallbacks = I18n::Locale::Fallbacks.new(:"en-GB", :"de-AT" => :de, :"de-CH" => :de)
# I18n.fallbacks[:"de-AT"] # => [:"de-AT", :de, :"en-GB", :en]
# I18n.fallbacks[:"de-CH"] # => [:"de-CH", :de, :"en-GB", :en]
#
Expand Down

0 comments on commit 7614f9e

Please sign in to comment.