I18n.enforce_available_locales = true

This commit is contained in:
Tomasz Gieniusz 2014-06-22 14:58:23 +02:00
parent 72a0cbfe82
commit 06f7daa860
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# -*- encoding : utf-8 -*-
I18n.load_path += Dir['../../../../config/locales/*.yml'.absolute_path]
I18n.enforce_available_locales = true