From c7499f414d188cd1b4caf1b3402c523890ee2df4 Mon Sep 17 00:00:00 2001 From: LeandroNunes Date: Mon, 2 Jul 2007 18:53:38 +0000 Subject: [PATCH] adding gettext support --- config/environment.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 7ca7f9a..58db396 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -50,4 +50,5 @@ end # inflect.uncountable %w( fish sheep ) # end -# Include your application configuration below \ No newline at end of file +# Include your application configuration below +require 'gettext/rails' -- libgit2 0.21.2