Skip to content

Commit

Permalink
Merge pull request #659 from mark-a/mark-a-fallback-doc
Browse files Browse the repository at this point in the history
Add documentation hint for fallback values
  • Loading branch information
radar committed Jun 2, 2023
2 parents bbe078b + b6205d1 commit c396bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/i18n/backend/chain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module Backend
#
# The implementation assumes that all backends added to the Chain implement
# a lookup method with the same API as Simple backend does.
#
# Fallback translations using the :default option are only used by the last backend of a chain.
class Chain
module Implementation
include Base
Expand Down

0 comments on commit c396bae

Please sign in to comment.