add dutch langauge

This commit is contained in:
Pete Matsyburka
2025-10-06 17:04:01 +03:00
parent 5d87160ee9
commit 189f7b2d7b
5 changed files with 1091 additions and 73 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ 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
es it de fr pl uk cs pt he nl ar ko ja]
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]
config.i18n.fallbacks = [:en]
config.exceptions_app = ->(env) { ErrorsController.action(:show).call(env) }