File tree Expand file tree Collapse file tree 2 files changed +326
-328
lines changed
Plugins/Flow.Launcher.Plugin.Calculator Expand file tree Collapse file tree 2 files changed +326
-328
lines changed Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Localization . Attributes ;
2
2
3
- namespace Flow . Launcher . Plugin . Calculator
3
+ namespace Flow . Launcher . Plugin . Calculator ;
4
+
5
+ [ EnumLocalize ]
6
+ public enum DecimalSeparator
4
7
{
5
- [ EnumLocalize ]
6
- public enum DecimalSeparator
7
- {
8
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_use_system_locale ) ) ]
9
- UseSystemLocale ,
8
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_use_system_locale ) ) ]
9
+ UseSystemLocale ,
10
10
11
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_dot ) ) ]
12
- Dot ,
11
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_dot ) ) ]
12
+ Dot ,
13
13
14
- [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_comma ) ) ]
15
- Comma
16
- }
14
+ [ EnumLocalizeKey ( nameof ( Localize . flowlauncher_plugin_calculator_decimal_separator_comma ) ) ]
15
+ Comma
17
16
}
You can’t perform that action at this time.
0 commit comments