diff options
author | elijah <elijah@riseup.net> | 2013-12-22 01:45:41 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-22 02:00:49 -0800 |
commit | 665964bcbba69829a4ff1e7d7bd936f90d49b3f7 (patch) | |
tree | bc5356220eaca2465bd135f45edf8000d6c254be /Gemfile.lock | |
parent | 5bf1462140a7aa17ea815ccc5105ace6fa878d83 (diff) |
locale prefix support:
* set locale based on request header
* enforce locale path prefix when current locale is not the default
* note: don't use root_path anymore, instead use home_path
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8047594..cc549ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,6 +146,7 @@ GEM haml (~> 3.1) railties (>= 3.1, < 4.1) hike (1.2.3) + http_accept_language (2.0.0) i18n (0.6.9) journey (1.0.4) jquery-rails (3.0.4) @@ -273,6 +274,7 @@ DEPENDENCIES faker haml (~> 3.1.7) haml-rails (~> 0.3.4) + http_accept_language jquery-rails kaminari (= 0.13.0) launchy |