Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit e5ab307

Browse files
authored
Merge pull request #50 from Flow-Launcher/remove_obsolete_translations
Remove obsolete translation strings
2 parents 6992ab3 + 14d052d commit e5ab307

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on:
44
push:
5-
branches: [ $default-branch ]
6-
pull_request:
7-
branches: [ $default-branch ]
85

96
jobs:
107
build:
@@ -24,6 +21,6 @@ jobs:
2421
- name: Upload Artifact
2522
uses: actions/upload-artifact@v2
2623
with:
27-
name: Flow.Launcher.Plugin.Everything
24+
name: Flow.Launcher.Plugin.Everything.zip
2825
path: Output/Release/Flow.Launcher.Plugin.Everything
2926

Languages/en.xaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,13 @@
1313
<system:String x:Key="flowlauncher_plugin_everything_copy">Copy</system:String>
1414
<system:String x:Key="flowlauncher_plugin_everything_delete">Delete</system:String>
1515
<system:String x:Key="flowlauncher_plugin_everything_canot_delete">Can't delete {0}</system:String>
16-
16+
1717
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
1818
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
1919

2020
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">Use search result's location as executable working directory</system:String>
2121
<system:String x:Key="flowlauncher_plugin_everything_launch_hidden">Launch hidden</system:String>
2222

23-
24-
<system:String x:Key="flowlauncher_plugin_everything_customized_tooltip">You can customize the opening of the containing folder by inputing the Environmental Variable or the Absolute Path of the File Explorer you want to use. It will be useful to use CMD to test whether the it is available.</system:String>
25-
<system:String x:Key="flowlauncher_plugin_everything_customized_title">Customized Explorer</system:String>
26-
<system:String x:Key="flowlauncher_plugin_everything_customized_args">Args</system:String>
27-
<system:String x:Key="flowlauncher_plugin_everything_customized_args_tooltip">Enter the customized args you want to add for customized explorer. %s represent directory path (parent directory for file or directory itself). %f represent file path (only work for file).</system:String>
28-
<system:String x:Key="flowlauncher_plugin_everything_customized_args_textbox">%s represent directory path (parent directory for file or directory itself). %f represent file path (only work for file).</system:String>
29-
3023
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
3124
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
3225
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Everything",
55
"Description": "Search Everything",
66
"Author": "qianlifeng, orzfly",
7-
"Version": "1.7.1",
7+
"Version": "1.7.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
1010
"IcoPath": "Images\\find.png",

0 commit comments

Comments
 (0)