1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-24 10:14:48 +02:00

[PS-2323] Add honorific title mx (#4533)

This commit is contained in:
Daniel James Smith 2023-01-24 16:54:52 +01:00 committed by GitHub
parent 2376632603
commit 5907ebad3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions

View File

@ -1123,6 +1123,9 @@
"dr": { "dr": {
"message": "Dr" "message": "Dr"
}, },
"mx": {
"message": "Mx"
},
"firstName": { "firstName": {
"message": "First name" "message": "First name"
}, },

View File

@ -238,6 +238,9 @@
"ms": { "ms": {
"message": "Ms" "message": "Ms"
}, },
"mx": {
"message": "Mx"
},
"dr": { "dr": {
"message": "Dr" "message": "Dr"
}, },

View File

@ -133,6 +133,9 @@
"ms": { "ms": {
"message": "Ms" "message": "Ms"
}, },
"mx": {
"message": "Mx"
},
"dr": { "dr": {
"message": "Dr" "message": "Dr"
}, },

View File

@ -141,6 +141,7 @@ export class AddEditComponent implements OnInit, OnDestroy {
{ name: i18nService.t("mr"), value: i18nService.t("mr") }, { name: i18nService.t("mr"), value: i18nService.t("mr") },
{ name: i18nService.t("mrs"), value: i18nService.t("mrs") }, { name: i18nService.t("mrs"), value: i18nService.t("mrs") },
{ name: i18nService.t("ms"), value: i18nService.t("ms") }, { name: i18nService.t("ms"), value: i18nService.t("ms") },
{ name: i18nService.t("mx"), value: i18nService.t("mx") },
{ name: i18nService.t("dr"), value: i18nService.t("dr") }, { name: i18nService.t("dr"), value: i18nService.t("dr") },
]; ];
this.uriMatchOptions = [ this.uriMatchOptions = [