Sha256: 6956aeae4e2033d3fcb20e39469cc2110df0cefaa89808503fb2d6b1ff066d56

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 Bytes

Contents

Description:
    Generates a config file and locale files and a model/attributes translation file for Rails i18n feature.
    In other words, executes i18n_locale and i18n_translation at once.

Example:
    % rails g i18n locale_name (ja, pt-BR, etc.)

    This will create:
        config/locales/ja.yml
        config/locales/translation_ja.yml
    And update:
        config/application.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n_generators-1.0.0.pre1 lib/generators/i18n/USAGE