develop #3

Merged
kbe merged 227 commits from develop into main 2025-09-16 14:35:23 +00:00
Showing only changes of commit 01b545c83e - Show all commits

View File

@@ -25,6 +25,6 @@ module Aperonight
# config.eager_load_paths << Rails.root.join("extras")
config.i18n.load_path += Dir[Rails.root.join("my", "locales", "*.{rb,yml}")]
# config.i18n.default_locale = :fr
config.i18n.default_locale = :fr
end
end