mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-13 19:51:37 +01:00
[PS-2323] Add honorific title mx (#4533)
This commit is contained in:
parent
2376632603
commit
5907ebad3f
@ -1123,6 +1123,9 @@
|
||||
"dr": {
|
||||
"message": "Dr"
|
||||
},
|
||||
"mx": {
|
||||
"message": "Mx"
|
||||
},
|
||||
"firstName": {
|
||||
"message": "First name"
|
||||
},
|
||||
|
@ -238,6 +238,9 @@
|
||||
"ms": {
|
||||
"message": "Ms"
|
||||
},
|
||||
"mx": {
|
||||
"message": "Mx"
|
||||
},
|
||||
"dr": {
|
||||
"message": "Dr"
|
||||
},
|
||||
|
@ -133,6 +133,9 @@
|
||||
"ms": {
|
||||
"message": "Ms"
|
||||
},
|
||||
"mx": {
|
||||
"message": "Mx"
|
||||
},
|
||||
"dr": {
|
||||
"message": "Dr"
|
||||
},
|
||||
|
@ -141,6 +141,7 @@ export class AddEditComponent implements OnInit, OnDestroy {
|
||||
{ name: i18nService.t("mr"), value: i18nService.t("mr") },
|
||||
{ name: i18nService.t("mrs"), value: i18nService.t("mrs") },
|
||||
{ name: i18nService.t("ms"), value: i18nService.t("ms") },
|
||||
{ name: i18nService.t("mx"), value: i18nService.t("mx") },
|
||||
{ name: i18nService.t("dr"), value: i18nService.t("dr") },
|
||||
];
|
||||
this.uriMatchOptions = [
|
||||
|
Loading…
Reference in New Issue
Block a user