From 377f9153533e670677f96bfe7f47d54d57c7ea97 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 21 Jun 2008 05:47:18 +0000 Subject: [PATCH] ActionItem261: using pt_BR to load FBES data --- script/anhetegua | 1 + script/fbes_populate_helper.rb | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/script/anhetegua b/script/anhetegua index 2aca233..b6bd1ff 100755 --- a/script/anhetegua +++ b/script/anhetegua @@ -1,5 +1,6 @@ #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/environment' +require 'console_with_helpers' GetText.locale = 'pt_BR' diff --git a/script/fbes_populate_helper.rb b/script/fbes_populate_helper.rb index 31f0fba..bec4709 100644 --- a/script/fbes_populate_helper.rb +++ b/script/fbes_populate_helper.rb @@ -1,4 +1,5 @@ require File.dirname(__FILE__) + '/../config/environment' +require 'console_with_helpers' STATES = { 12 => Region.find_by_name('Acre'), -- libgit2 0.21.2