Dutch translation added (Linda van den Brink)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@539 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-05-24 17:29:11 +00:00
parent 9fe0dd051d
commit 4a524ff911
9 changed files with 632 additions and 2 deletions

View File

@@ -28,9 +28,10 @@ class ApplicationControllerTest < Test::Unit::TestCase
@response = ActionController::TestResponse.new
end
# check that all 6 supported languages are valid
# check that all language files are valid
def test_localization
assert_equal 10, GLoc.valid_languages.size
lang_files_count = Dir["#{RAILS_ROOT}/lang/*.yml"].size
assert_equal lang_files_count, GLoc.valid_languages.size
GLoc.valid_languages.each do |lang|
assert set_language_if_valid(lang)
end