added italian translation [Alessio Spadaro]

git-svn-id: http://redmine.rubyforge.org/svn/trunk@334 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-03-12 18:34:25 +00:00
parent 027bf93849
commit 85f32b956f
10 changed files with 547 additions and 2 deletions
@@ -28,9 +28,9 @@ class ApplicationControllerTest < Test::Unit::TestCase
@response = ActionController::TestResponse.new
end
# check that all 4 supported languages are valid
# check that all 6 supported languages are valid
def test_localization
assert_equal 5, GLoc.valid_languages.size
assert_equal 6, GLoc.valid_languages.size
GLoc.valid_languages.each do |lang|
assert set_language_if_valid(lang)
end