diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:02:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:02:28 +0000 |
commit | 6957eceee0b20849558ee9e06006b05e3ca99cd9 (patch) | |
tree | 8e8c37f79e06fc216679c2c45f509ef19022b089 /test/functional/application_controller_test.rb | |
parent | 5097f6394de9485b019607324f1d535b0f155356 (diff) | |
download | redmine-6957eceee0b20849558ee9e06006b05e3ca99cd9.tar.gz redmine-6957eceee0b20849558ee9e06006b05e3ca99cd9.zip |
Added portuguese translation (Joao Carlos Clementoni).
Email templates copied from english.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@458 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/application_controller_test.rb')
-rw-r--r-- | test/functional/application_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/application_controller_test.rb b/test/functional/application_controller_test.rb index d6f0db780..28b9775aa 100644 --- a/test/functional/application_controller_test.rb +++ b/test/functional/application_controller_test.rb @@ -30,7 +30,7 @@ class ApplicationControllerTest < Test::Unit::TestCase # check that all 6 supported languages are valid def test_localization - assert_equal 7, GLoc.valid_languages.size + assert_equal 8, GLoc.valid_languages.size GLoc.valid_languages.each do |lang| assert set_language_if_valid(lang) end |