Module: I18nDefScanner
- Defined in:
- lib/i18n_def_scanner.rb,
lib/i18n_def_scanner/help.rb,
lib/i18n_def_scanner/yaml.rb,
lib/i18n_def_scanner/version.rb,
lib/i18n_def_scanner/scanning.rb,
lib/i18n_def_scanner/cli_arguments.rb
Defined Under Namespace
Modules: YAML Classes: CliArguments, Scanning
Constant Summary collapse
- HELP =
<<-HELP Usage: i18n_def_scanner [yml key to find definition] [options] Options: --path=YMLS_PATH Pattern of files to find definition, default value is "config/locales/**/*.yml" HELP
- VERSION =
'0.1.0'