mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2026-02-02 09:08:26 +00:00
feat: Create a new GUI project based on Avalonia. (Powered by Claude)
This commit is contained in:
10
src/ZonyLrcTools.Cli/Resources/CommandStrings.cs
Normal file
10
src/ZonyLrcTools.Cli/Resources/CommandStrings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ZonyLrcTools.Cli;
|
||||
|
||||
/// <summary>
|
||||
/// Marker class for CLI command localization resources.
|
||||
/// This class is used by IStringLocalizer<CommandStrings> to locate the resource files.
|
||||
/// The namespace must be the root namespace so that IStringLocalizer looks for Resources/CommandStrings.resx
|
||||
/// </summary>
|
||||
public class CommandStrings
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user