added german username field labels

This commit is contained in:
Kyle Spearrin 2017-12-29 16:12:57 -05:00
parent 4c736714cb
commit 596e7b8a3b
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,11 @@ const CardAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName',
const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
'placeholder', 'label-left', 'label-top'];
const UsernameFieldNames: string[] = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address',
'userid', 'user id'];
const UsernameFieldNames: string[] = [
// English
'username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id',
// German
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];
/* tslint:disable */
const IsoCountries: { [id: string]: string; } = {