Cleaning a few lines
This commit is contained in:
@@ -4,14 +4,7 @@ Rails.application.configure do
|
||||
# Some tests require the following languages (en, es, fr, nl, pt-BR)
|
||||
# so we override the available languages for the test environment.
|
||||
config.i18n.default_locale = :en
|
||||
available_locales = [
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"nl",
|
||||
"pt-BR"
|
||||
]
|
||||
config.i18n.available_locales = available_locales
|
||||
config.i18n.available_locales = %w[de en es fr nl pt-BR zh-CN]
|
||||
|
||||
# The test environment is used exclusively to run your application's
|
||||
# test suite. You never need to work with it otherwise. Remember that
|
||||
|
||||
Reference in New Issue
Block a user