Update accounts_controller.rb

pull/440/head
tkymmm 8 months ago committed by GitHub
parent b6bb4d2c8b
commit 0f845e3321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ class AccountsController < ApplicationController
'pt-PT' => 'Português',
'de-DE' => 'Deutsch',
'it-IT' => 'Italiano'
'ja-JP' => '日本語'
}.freeze
before_action :load_account

Loading…
Cancel
Save