Skip to content

Commit

Permalink
#75 Add rails-i18n gem
Browse files Browse the repository at this point in the history
Onur Ozgur OZKAN committed Sep 5, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent eef5314 commit d40697a
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions templates/config/application.rb
Original file line number Diff line number Diff line change
@@ -25,6 +25,9 @@ class Application < Rails::Application
config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
config.i18n.default_locale = :tr

# Available locales
config.i18n.available_locales = :tr

config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
config.sass.preferred_syntax = :sass

7 changes: 4 additions & 3 deletions templates/cybele_Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.0.0'
gem 'pg', '~> 0.15.1'
gem 'pg', '~> 0.16.0'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
@@ -16,14 +16,15 @@ gem 'simple_form', '~> 3.0.0.rc'
gem 'rails_config', '~> 0.3.3'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'rails4-hack'
gem 'devise', '~> 3.0.0'
gem 'devise-i18n', '~> 0.8.6'
gem 'devise-i18n', '~> 0.9.0'
gem 'will_paginate', '~> 3.0.4'
gem 'will_paginate-bootstrap', '~> 0.2.3'
gem 'will-paginate-i18n', '~> 0.1.13'
gem 'paperclip', '~> 3.5.1'
gem 'kangal', '~> 0.1.2'
gem 'kangal', '~> 1.0.0'
gem 'annotate', '>=2.5.0'
gem 'recipient_interceptor', '~> 0.1.2'
gem 'rails-i18n', '~> 4.0.0.pre'

group :doc do
gem 'sdoc', require: false

1 comment on commit d40697a

@tayfunoziserikan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.