File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed
Flow.Launcher.Core/Resource
Plugins/Flow.Launcher.Plugin.Calculator Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 4
4
using System . Reflection ;
5
5
using System . Windows . Data ;
6
6
7
- namespace Flow . Launcher . Core
7
+ namespace Flow . Launcher . Core . Resource
8
8
{
9
9
public class LocalizationConverter : IValueConverter
10
10
{
Original file line number Diff line number Diff line change 1
1
using System . ComponentModel ;
2
- using Flow . Launcher . Core . Resource ;
3
2
4
- namespace Flow . Launcher . Core
3
+ namespace Flow . Launcher . Core . Resource
5
4
{
6
5
public class LocalizedDescriptionAttribute : DescriptionAttribute
7
6
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . ComponentModel ;
4
- using System . Globalization ;
5
- using System . Linq ;
6
- using System . Text ;
7
- using System . Threading . Tasks ;
8
- using Flow . Launcher . Core ;
1
+ using System . ComponentModel ;
2
+ using Flow . Launcher . Core . Resource ;
9
3
10
4
namespace Flow . Launcher . Plugin . Caculator
11
5
{
@@ -21,4 +15,4 @@ public enum DecimalSeparator
21
15
[ LocalizedDescription ( "flowlauncher_plugin_calculator_decimal_seperator_comma" ) ]
22
16
Comma
23
17
}
24
- }
18
+ }
Original file line number Diff line number Diff line change 3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : calculator =" clr-namespace:Flow.Launcher.Plugin.Caculator"
6
- xmlns : core =" clr-namespace:Flow.Launcher.Core;assembly=Flow.Launcher.Core"
6
+ xmlns : core =" clr-namespace:Flow.Launcher.Core.Resource ;assembly=Flow.Launcher.Core"
7
7
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
8
8
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
9
9
xmlns : ui =" clr-namespace:Flow.Launcher.Infrastructure.UI;assembly=Flow.Launcher.Infrastructure"
You can’t perform that action at this time.
0 commit comments