Skip to content

Commit 41e6dce

Browse files
committed
added malaysian to the list of locales
1 parent dbf5040 commit 41e6dce

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 es fr nl ru pl hr de ro ko id ja pt]
28+
config.available_locales = %w[en es fr nl ru pl hr de ro ko id ja pt my]
2929
config.active_job.queue_adapter = :sidekiq
3030
end
3131
end

0 commit comments

Comments
 (0)