Sha256: 0cfc7992f277f9b290358ea0424f878412f036ad8ea5b1e029824cf490a1725c
Contents?: true
Size: 865 Bytes
Versions: 2
Compression:
Stored size: 865 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 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 = [] # 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
missing_text-1.0.1 | config/initializers/missing_text.rb |
missing_text-1.0.0 | config/initializers/missing_text.rb |