1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

added german username field labels

This commit is contained in:
Kyle Spearrin 2017-12-29 16:12:57 -05:00
parent 4c736714cb
commit 596e7b8a3b

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; } = {