From acd0cb119dedbf8f237ad6485d76cfe8caa36caf Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Mon, 23 Jan 2023 16:28:04 +0100 Subject: [PATCH] [PS-2324] Add honorific title mx (#2313) --- src/App/Pages/Vault/CipherAddEditPageViewModel.cs | 1 + src/App/Resources/AppResources.Designer.cs | 13 ++++++++++++- src/App/Resources/AppResources.resx | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/App/Pages/Vault/CipherAddEditPageViewModel.cs b/src/App/Pages/Vault/CipherAddEditPageViewModel.cs index 67ae693e0..cbc3838e5 100644 --- a/src/App/Pages/Vault/CipherAddEditPageViewModel.cs +++ b/src/App/Pages/Vault/CipherAddEditPageViewModel.cs @@ -139,6 +139,7 @@ namespace Bit.App.Pages new KeyValuePair(AppResources.Mr, AppResources.Mr), new KeyValuePair(AppResources.Mrs, AppResources.Mrs), new KeyValuePair(AppResources.Ms, AppResources.Ms), + new KeyValuePair(AppResources.Mx, AppResources.Mx), new KeyValuePair(AppResources.Dr, AppResources.Dr), }; FolderOptions = new List>(); diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs index 7733618a5..409ae153e 100644 --- a/src/App/Resources/AppResources.Designer.cs +++ b/src/App/Resources/AppResources.Designer.cs @@ -3983,7 +3983,18 @@ namespace Bit.App.Resources { return ResourceManager.GetString("Ms", resourceCulture); } } - + + /// + /// Looks up a localized string similar to Mx. + /// + public static string Mx + { + get + { + return ResourceManager.GetString("Mx", resourceCulture); + } + } + /// /// Looks up a localized string similar to You must log into the main Bitwarden app before you can use the extension.. /// diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx index 7cb9f9933..f260e86c3 100644 --- a/src/App/Resources/AppResources.resx +++ b/src/App/Resources/AppResources.resx @@ -1103,6 +1103,9 @@ Scanning will happen automatically. Ms + + Mx + November