Skip to content

Commit fea0931

Browse files
author
Merco
authored
Added Spanish to available languages
Added Spanish to locale, enabling its use.
1 parent 3fc4597 commit fea0931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Application < Rails::Application
2525

2626
config.autoload_paths += %W[#{config.root}/lib]
2727
config.assets.initialize_on_precompile = true
28-
config.available_locales = %w[en fr nl ru pl hr de ro ko]
28+
config.available_locales = %w[en es fr nl ru pl hr de ro ko]
2929
config.active_job.queue_adapter = :sidekiq
3030
end
3131
end

0 commit comments

Comments
 (0)