Add i18n-tasks with adapted config from CodeHarbor

This commit is contained in:
Sebastian Serth
2024-04-14 00:52:28 +02:00
committed by Sebastian Serth
parent 09fe592714
commit f6041af4c3
7 changed files with 275 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module CodeOcean
# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w[assets tasks templates generators middleware])
config.autoload_lib(ignore: %w[assets tasks templates generators middleware i18n_tasks])
# Configuration for the application, engines, and railties goes here.
#