Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/i18n/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ def missing_interpolation_argument_handler=(exception_handler)
# backend defines acceptable sources.
#
# E.g. the provided SimpleBackend accepts a list of paths to translation
# files which are either named *.rb and contain plain Ruby Hashes or are
# named *.yml and contain YAML data. So for the SimpleBackend clients may
# register translation files like this:
# files which are either named *.rb and contain plain Ruby Hashes,
# named *.yml and contain YAML data, or named *.json and contain JSON data.
# So for the SimpleBackend clients may register translation files like this:
# I18n.load_path << 'path/to/locale/en.yml'
def load_path
@@load_path ||= []
Expand Down