Sha256: 9310d494a08037878071f0d179f721e4fcd87df256c7ca932ed484c8c4787fff

Contents?: true

Size: 488 Bytes

Versions: 46

Compression:

Stored size: 488 Bytes

Contents

require 'rails/generators/migration'
 
module TkhAdminPanel
  module Generators
    class CreateOrUpdateLocalesGenerator < ::Rails::Generators::Base
      source_root File.expand_path('../templates', __FILE__)
      desc "copying latest version of locale files"
      def copy_locales
        puts 'creating locale files'
        I18n.available_locales.each do |l|
          copy_file "#{l.to_s}.yml", "config/locales/tkh_admin_panel.#{l.to_s}.yml"
        end
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
tkh_admin_panel-0.10 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.27 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.26 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.25 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.24 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.23 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.22 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.21 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.20 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.19 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.18 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.17 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.16 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.15 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.14 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.13 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.12 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.11 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.10 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb
tkh_admin_panel-0.9.9 lib/generators/tkh_admin_panel/create_or_update_locales/create_or_update_locales_generator.rb