Skip to content

Commit

Permalink
Revert "Default local to :ca"
Browse files Browse the repository at this point in the history
This reverts commit 00532b0.
  • Loading branch information
HHassig committed Jun 26, 2024
1 parent c860f6d commit a0fe6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/decidim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Sets the default locale for new organizations. When creating a new
# organization from the System area, system admins will be able to overwrite
# this value for that specific organization.
config.default_locale = Rails.application.secrets.decidim[:default_locale].presence || :ca
config.default_locale = Rails.application.secrets.decidim[:default_locale].presence || :en

# Restrict access to the system part with an authorized ip list.
# You can use a single ip like ("1.2.3.4"), or an ip subnet like ("1.2.3.4/24")
Expand Down

0 comments on commit a0fe6c5

Please sign in to comment.