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 -1
View File
@@ -8,7 +8,8 @@ class AccountsController < ApplicationController
'es-ES' => 'Español',
'pt-PT' => 'Português',
'de-DE' => 'Deutsch',
'it-IT' => 'Italiano'
'it-IT' => 'Italiano',
'nl-NL' => 'Nederlands'
}.freeze
before_action :load_account