Initial i18n localization

This commit is contained in:
2024-09-17 18:18:32 +02:00
parent 8bef03c2ce
commit 03b1158e7a
7 changed files with 25 additions and 19 deletions

View File

@@ -86,3 +86,7 @@ gem "action_policy", "~> 0.7.1"
gem "pagy", "~> 9.0"
gem "csv", "~> 3.3"
# Centralization of locale data collection for Ruby on Rails.
# URL: https://github.com/svenfuchs/rails-i18n
gem "rails-i18n", "~> 7.0"