add Korean i18n

This commit is contained in:
Pete Matsyburka
2024-04-08 00:33:54 +03:00
parent d6a96d4aa3
commit fc3283eb3a
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,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 es it de fr pl uk cs pt he nl]
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 nl ar ko]
config.i18n.fallbacks = [:en]
config.exceptions_app = ->(env) { ErrorsController.action(:show).call(env) }