Sha256: 8be861a0a799090987929f66c32ab219855fe32bc65574b836f615b644efcc51
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
require 'i18n' require 'set' 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.pre2 | lib/negroku/i18n.rb |