adds translations
This commit is contained in:
9
app/helpers/verification_helper.rb
Normal file
9
app/helpers/verification_helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module VerificationHelper
|
||||
|
||||
def document_types
|
||||
[[t('verification.residence.new.document_type.spanish_id'), 1],
|
||||
[t('verification.residence.new.document_type.passport'), 2],
|
||||
[t('verification.residence.new.document_type.residence_card'), 3]]
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user