Sha256: 4b7f071dcc3593379b8191037fd554934603c52bbe0041d32592c3d31910239e

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

require 'i18n'

en = {
  capified:                    'Capified',
  written_file:                'create %{file}',
  application_name:            'Give your application a name',
  other:                       'Other',
  choose_repo_url:             'Choose the repository url',
  type_repo_url:               'Type the url and username e.g. git@github.com:username/app-name.git',
  choose_stages:               'Select the stages you are going to use'
}

I18n.backend.store_translations(:en, { negroku: en })

if I18n.respond_to?(:enforce_available_locales=)
  I18n.enforce_available_locales = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
negroku-2.0.0.pre1 lib/negroku/i18n.rb