File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Flow.Launcher.Localization.Shared Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
3
- namespace Flow . Launcher . Localization . SourceGenerators . Shared . Attributes
3
+ namespace Flow . Launcher . Localization . Shared . Attributes
4
4
{
5
5
/// <summary>
6
6
/// Attribute to mark an enum for localization.
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
3
- namespace Flow . Launcher . Localization . SourceGenerators . Shared . Attributes
3
+ namespace Flow . Launcher . Localization . Shared . Attributes
4
4
{
5
5
/// <summary>
6
6
/// Attribute to mark a localization key for an enum field.
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
3
- namespace Flow . Launcher . Localization . SourceGenerators . Shared . Attributes
3
+ namespace Flow . Launcher . Localization . Shared . Attributes
4
4
{
5
5
/// <summary>
6
6
/// Attribute to mark a localization value for an enum field.
Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Localization . SourceGenerators . Shared . Attributes ;
1
+ using Flow . Launcher . Localization . Shared . Attributes ;
2
2
using System . Text . RegularExpressions ;
3
3
4
4
namespace Flow . Launcher . Localization . Shared
You can’t perform that action at this time.
0 commit comments