summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-01 22:07:34 -0700
committermo khan <mo@mokhan.ca>2015-02-01 22:07:34 -0700
commit34f2499335c21717f6e8a5bd1e7f68234c38ba6f (patch)
tree610c408205e63bc3b93cd4e615a81bf25d002cf9 /Gemfile
parent43b4f0cab83fbeaa5ed51c5c1058d0b4629bc14a (diff)
add i18n tasks to deal with translations.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4e885cd2..925b0127 100644
--- a/Gemfile
+++ b/Gemfile
@@ -70,6 +70,7 @@ group :development, :test do
gem 'spring'
gem 'byebug'
gem 'web-console', '~> 2.0'
+ gem 'i18n-tasks'
end
group :production, :staging do