Added translations for discard/send buttons in composer
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
"Buttons_TryAgain": "Try Again",
|
||||
"Buttons_Yes": "Yes",
|
||||
"Buttons_Reset": "Reset",
|
||||
"Buttons_Send": "Send",
|
||||
"Center": "Center",
|
||||
"ComingSoon": "Coming soon...",
|
||||
"ComposerFrom": "From: ",
|
||||
|
||||
5
Wino.Core.Domain/Translator.Designer.cs
generated
5
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -288,6 +288,11 @@ namespace Wino.Core.Domain
|
||||
/// </summary>
|
||||
public static string Buttons_Reset => Resources.GetTranslatedString(@"Buttons_Reset");
|
||||
|
||||
/// <summary>
|
||||
/// Send
|
||||
/// </summary>
|
||||
public static string Buttons_Send => Resources.GetTranslatedString(@"Buttons_Send");
|
||||
|
||||
/// <summary>
|
||||
/// Center
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user