Skip to content

Commit

Permalink
Fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickgramatowski committed Nov 20, 2021
1 parent 555cfe5 commit 0d81422
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/i18n.rb
Expand Up @@ -261,14 +261,14 @@ def exists?(key, _locale = nil, locale: _locale, **options)
#
# Setting a Hash using Ruby:
#
# store_translations(:de, :i18n => {
# :transliterate => {
# :rule => {
# "ü" => "ue",
# "ö" => "oe"
# }
# }
# })
# store_translations(:de, i18n: {
# transliterate: {
# rule: {
# 'ü' => 'ue',
# 'ö' => 'oe'
# }
# }
# })
#
# Setting a Proc:
#
Expand Down

0 comments on commit 0d81422

Please sign in to comment.