remove non English locales for easy redesign

This commit is contained in:
2026-03-11 10:43:59 -05:00
parent 4e1d3bd052
commit 0559ede912
+2 -1
View File
@@ -255,7 +255,8 @@ module Mozo
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
config.i18n.default_locale = :en
config.i18n.available_locales = [:en, :es, :nl]
# config.i18n.available_locales = [:en, :es, :nl]
config.i18n.available_locales = [:en]
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"