Skip to content

Commit e65572e

Browse files
committed
Fix namespaces
1 parent b777fd3 commit e65572e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Flow.Launcher.Localization.Shared/Attributes/EnumLocalizeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Flow.Launcher.Localization.SourceGenerators.Shared.Attributes
3+
namespace Flow.Launcher.Localization.Shared.Attributes
44
{
55
/// <summary>
66
/// Attribute to mark an enum for localization.

Flow.Launcher.Localization.Shared/Attributes/EnumLocalizeKeyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Flow.Launcher.Localization.SourceGenerators.Shared.Attributes
3+
namespace Flow.Launcher.Localization.Shared.Attributes
44
{
55
/// <summary>
66
/// Attribute to mark a localization key for an enum field.

Flow.Launcher.Localization.Shared/Attributes/EnumLocalizeValueAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Flow.Launcher.Localization.SourceGenerators.Shared.Attributes
3+
namespace Flow.Launcher.Localization.Shared.Attributes
44
{
55
/// <summary>
66
/// Attribute to mark a localization value for an enum field.

Flow.Launcher.Localization.Shared/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Localization.SourceGenerators.Shared.Attributes;
1+
using Flow.Launcher.Localization.Shared.Attributes;
22
using System.Text.RegularExpressions;
33

44
namespace Flow.Launcher.Localization.Shared

0 commit comments

Comments
 (0)