Skip to content

Commit

Permalink
Merge pull request #565 from rkh/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
radar committed Apr 21, 2021
2 parents 0888807 + 535459a commit f19ee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/locale/fallbacks.rb
Expand Up @@ -46,7 +46,7 @@
# fallbacks[:"ar-PS"] # => [:"ar-PS", :ar, :"he-IL", :he, :"en-US", :en]
# fallbacks[:"ar-EG"] # => [:"ar-EG", :ar, :"en-US", :en]
#
# # people speaking Sami as spoken in Finnland also speak Swedish and Finnish as spoken in Finnland
# # people speaking Sami as spoken in Finland also speak Swedish and Finnish as spoken in Finland
# fallbacks.map(:sms => [:"se-FI", :"fi-FI"])
# fallbacks[:sms] # => [:sms, :"se-FI", :se, :"fi-FI", :fi, :"en-US", :en]

Expand Down

0 comments on commit f19ee0d

Please sign in to comment.