From 06f7daa8601dd7511e29cf54bd0724378316d2a8 Mon Sep 17 00:00:00 2001 From: Tomasz Gieniusz Date: Sun, 22 Jun 2014 14:58:23 +0200 Subject: [PATCH] I18n.enforce_available_locales = true --- lib/git_stats/i18n.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/git_stats/i18n.rb b/lib/git_stats/i18n.rb index 1534acc8e..a57d0f071 100644 --- a/lib/git_stats/i18n.rb +++ b/lib/git_stats/i18n.rb @@ -1,2 +1,3 @@ # -*- encoding : utf-8 -*- I18n.load_path += Dir['../../../../config/locales/*.yml'.absolute_path] +I18n.enforce_available_locales = true \ No newline at end of file