mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2026-02-02 09:08:26 +00:00
11 lines
352 B
C#
11 lines
352 B
C#
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
|
|
{
|
|
}
|