mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<feat> 多语言支持
This commit is contained in:
@ -102,5 +102,9 @@ html-decode: {o.HtmlDecode}
|
||||
PrintOutput(utf8);
|
||||
PrintOutput(unicodeLittleEndian);
|
||||
PrintOutput(unicodeBigEndian);
|
||||
|
||||
Console.Write(Strings.PressAnyKey);
|
||||
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
@ -3,6 +3,6 @@ namespace Dot.Text;
|
||||
[Verb("text", HelpText = nameof(Strings.HelpForText), ResourceType = typeof(Strings))]
|
||||
public class Option : IOption
|
||||
{
|
||||
[Value(0, HelpText = nameof(Strings.HelpForTextArg0), ResourceType = typeof(Strings))]
|
||||
[Value(0, HelpText = nameof(Strings.TextTobeProcessed), ResourceType = typeof(Strings))]
|
||||
public string Text { get; set; }
|
||||
}
|
Reference in New Issue
Block a user