add signer user forms translations

This commit is contained in:
Pete Matsyburka
2024-01-09 01:25:11 +02:00
parent 4db77c18e3
commit 9356247ef0
11 changed files with 250 additions and 38 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module DocuSeal
config.active_storage.routes_prefix = ''
config.i18n.available_locales = %i[en en-US en-GB es-ES fr-FR pt-PT de-DE pt]
config.i18n.available_locales = %i[en en-US en-GB es-ES fr-FR pt-PT de-DE es it de fr pl uk cs pt he]
config.i18n.fallbacks = [:en]
config.exceptions_app = ->(env) { ErrorsController.action(:show).call(env) }