mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-20 01:51:26 +01:00
[PS-2324] Add honorific title mx (#2313)
This commit is contained in:
parent
d61bc4b5c1
commit
acd0cb119d
@ -139,6 +139,7 @@ namespace Bit.App.Pages
|
|||||||
new KeyValuePair<string, string>(AppResources.Mr, AppResources.Mr),
|
new KeyValuePair<string, string>(AppResources.Mr, AppResources.Mr),
|
||||||
new KeyValuePair<string, string>(AppResources.Mrs, AppResources.Mrs),
|
new KeyValuePair<string, string>(AppResources.Mrs, AppResources.Mrs),
|
||||||
new KeyValuePair<string, string>(AppResources.Ms, AppResources.Ms),
|
new KeyValuePair<string, string>(AppResources.Ms, AppResources.Ms),
|
||||||
|
new KeyValuePair<string, string>(AppResources.Mx, AppResources.Mx),
|
||||||
new KeyValuePair<string, string>(AppResources.Dr, AppResources.Dr),
|
new KeyValuePair<string, string>(AppResources.Dr, AppResources.Dr),
|
||||||
};
|
};
|
||||||
FolderOptions = new List<KeyValuePair<string, string>>();
|
FolderOptions = new List<KeyValuePair<string, string>>();
|
||||||
|
13
src/App/Resources/AppResources.Designer.cs
generated
13
src/App/Resources/AppResources.Designer.cs
generated
@ -3983,7 +3983,18 @@ namespace Bit.App.Resources {
|
|||||||
return ResourceManager.GetString("Ms", resourceCulture);
|
return ResourceManager.GetString("Ms", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Mx.
|
||||||
|
/// </summary>
|
||||||
|
public static string Mx
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return ResourceManager.GetString("Mx", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to You must log into the main Bitwarden app before you can use the extension..
|
/// Looks up a localized string similar to You must log into the main Bitwarden app before you can use the extension..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1103,6 +1103,9 @@ Scanning will happen automatically.</value>
|
|||||||
<data name="Ms" xml:space="preserve">
|
<data name="Ms" xml:space="preserve">
|
||||||
<value>Ms</value>
|
<value>Ms</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Mx" xml:space="preserve">
|
||||||
|
<value>Mx</value>
|
||||||
|
</data>
|
||||||
<data name="November" xml:space="preserve">
|
<data name="November" xml:space="preserve">
|
||||||
<value>November</value>
|
<value>November</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user