pull/602/merge
李文和 4 days ago committed by GitHub
commit f3bc90b44e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,8 @@ class AccountsController < ApplicationController
'pt-PT' => 'Português',
'de-DE' => 'Deutsch',
'it-IT' => 'Italiano',
'nl-NL' => 'Nederlands'
'nl-NL' => 'Nederlands',
'zh-TW' => '繁體中文'
}.freeze
before_action :load_account

@ -26,7 +26,7 @@ module DocuSeal
config.active_storage.draw_routes = ENV['MULTITENANT'] != 'true'
config.i18n.available_locales = %i[en en-US en-GB es-ES fr-FR pt-PT de-DE it-IT nl-NL
es it de fr nl pl uk cs pt he ar ko ja]
es it de fr nl pl uk cs pt he ar ko ja zh-TW]
config.i18n.fallbacks = [:en]
config.exceptions_app = ->(env) { ErrorsController.action(:show).call(env) }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save