Sha256: e09a6d951926ed955ed0eb8658b0ce3bb9c734f383e2448d5e4fe5e1159ecb11
Contents?: true
Size: 864 Bytes
Versions: 3
Compression:
Stored size: 864 Bytes
Contents
# The directory where all of the locale files live. An additional directory can be specified if your locales are in a location other than the default "config/locales/". This is a relative path and will be appended to Rails.root MissingText.locale_root = "config/locales/" # Include any directories in locales/ that you would like to skip. By default this will be appended to "." and "..". Please make these paths relative to your locale_root MissingText.skip_directories = [] # Include the search of the locale root itself (e.g. config/locales) when looking for missing translations. This is true by default. MissingText.search_direct_locale = true # Include an array of regexes for any filenames (and their extensions) that you would like skipped. For example, if you have both an en.yml and an en-uk.yml then add [/en\-uk\.yml/] MissingText.skip_patterns = []
Version data entries
3 entries across 3 versions & 1 rubygems