Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
70fe73bb
Commit
70fe73bb
authored
Apr 24, 2017
by
Sietse Ringers
Browse files
Fix translation table
parent
2a5b3e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/js/iDIN-enroll.js
View file @
70fe73bb
$
(
function
()
{
var
translTable
=
{
"
zipcode
"
:
"
Postcode
"
,
"
address
"
:
"
Adres
"
,
"
city
"
:
"
Stad
"
,
"
initials
"
:
"
Initialen
"
,
"
familyName
"
:
"
Achternaam
"
,
"
gender
"
:
"
Geslacht
"
,
"
dateOfBirth
"
:
"
Geboortedatum
"
,
"
country
"
:
"
Land
"
,
"
telephone
"
:
"
Telefoonnummer
"
,
"
email
"
:
"
e-mailadres
"
};
var
translTable
=
{
"
zipcode
"
:
"
Postcode
"
,
"
address
"
:
"
Adres
"
,
"
city
"
:
"
Stad
"
,
"
initials
"
:
"
Initialen
"
,
"
familyname
"
:
"
Achternaam
"
,
"
gender
"
:
"
Geslacht
"
,
"
dateofbirth
"
:
"
Geboortedatum
"
,
"
country
"
:
"
Land
"
,
"
telephone
"
:
"
Telefoonnummer
"
,
"
email
"
:
"
e-mailadres
"
};
var
doneURL
=
"
done.html
"
;
...
...
@@ -47,4 +57,4 @@ $(function() {
var
decoded
=
jwt_decode
(
Cookies
.
get
(
"
jwt
"
));
displayAttributes
(
decoded
.
iprequest
.
request
.
credentials
[
0
].
attributes
,
translTable
)
});
\ No newline at end of file
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment