diff --git a/Plugins/Wox.Plugin.CMD/CMD.cs b/Plugins/Wox.Plugin.CMD/CMD.cs
index b86d6cde87..7cd9fe2f5b 100644
--- a/Plugins/Wox.Plugin.CMD/CMD.cs
+++ b/Plugins/Wox.Plugin.CMD/CMD.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
+using System.Reflection;
using System.Windows.Forms;
using WindowsInput;
using WindowsInput.Native;
@@ -10,7 +11,7 @@ using Control = System.Windows.Controls.Control;
namespace Wox.Plugin.CMD
{
- public class CMD : IPlugin, ISettingProvider
+ public class CMD : IPlugin, ISettingProvider,IPluginI18n
{
private readonly GlobalHotkey globalHotkey = new GlobalHotkey();
private PluginInitContext context;
@@ -206,5 +207,10 @@ namespace Wox.Plugin.CMD
{
return new CMDSetting();
}
+
+ public string GetLanguagesFolder()
+ {
+ return Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Languages");
+ }
}
}
diff --git a/Plugins/Wox.Plugin.CMD/CMDSetting.xaml b/Plugins/Wox.Plugin.CMD/CMDSetting.xaml
index 8952c9d1cb..88f6dd838c 100644
--- a/Plugins/Wox.Plugin.CMD/CMDSetting.xaml
+++ b/Plugins/Wox.Plugin.CMD/CMDSetting.xaml
@@ -13,11 +13,11 @@
- Replace Win+R
+
-
- Do not close Command Prompt after command execution
+
+
diff --git a/Plugins/Wox.Plugin.CMD/Languages/en.xaml b/Plugins/Wox.Plugin.CMD/Languages/en.xaml
new file mode 100644
index 0000000000..309a4867db
--- /dev/null
+++ b/Plugins/Wox.Plugin.CMD/Languages/en.xaml
@@ -0,0 +1,8 @@
+
+
+ Replace Win+R
+ Do not close Command Prompt after command execution
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.CMD/Languages/zh-cn.xaml b/Plugins/Wox.Plugin.CMD/Languages/zh-cn.xaml
new file mode 100644
index 0000000000..989e0c3d79
--- /dev/null
+++ b/Plugins/Wox.Plugin.CMD/Languages/zh-cn.xaml
@@ -0,0 +1,8 @@
+
+
+ 替换 Win+R
+ 执行后不关闭命令窗口
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.CMD/Wox.Plugin.CMD.csproj b/Plugins/Wox.Plugin.CMD/Wox.Plugin.CMD.csproj
index 4269f3e1b9..641215ff73 100644
--- a/Plugins/Wox.Plugin.CMD/Wox.Plugin.CMD.csproj
+++ b/Plugins/Wox.Plugin.CMD/Wox.Plugin.CMD.csproj
@@ -1,107 +1,117 @@
-
-
-
-
- Debug
- AnyCPU
- {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0}
- Library
- Properties
- Wox.Plugin.CMD
- Wox.Plugin.CMD
- v3.5
- 512
- ..\..\
- true
-
-
- true
- full
- false
- ..\..\Output\Debug\Plugins\Wox.Plugin.CMD\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
- ..\..\packages\log4net.2.0.3\lib\net35-full\log4net.dll
-
-
- False
- ..\..\packages\Newtonsoft.Json.6.0.7\lib\net35\Newtonsoft.Json.dll
-
-
-
-
-
-
-
-
-
-
-
-
- ..\..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll
-
-
-
-
-
- CMDSetting.xaml
-
-
-
-
-
-
- MSBuild:Compile
- Designer
-
-
-
-
- {4fd29318-a8ab-4d8f-aa47-60bc241b8da3}
- Wox.Infrastructure
-
-
- {8451ecdd-2ea4-4966-bb0a-7bbc40138e80}
- Wox.Plugin
-
-
-
-
-
- PreserveNewest
-
-
-
-
- PreserveNewest
-
-
-
-
-
-
- 这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。
-
-
-
-
+
+
+
+
+ Debug
+ AnyCPU
+ {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0}
+ Library
+ Properties
+ Wox.Plugin.CMD
+ Wox.Plugin.CMD
+ v3.5
+ 512
+ ..\..\
+ true
+
+
+ true
+ full
+ false
+ ..\..\Output\Debug\Plugins\Wox.Plugin.CMD\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\packages\log4net.2.0.3\lib\net35-full\log4net.dll
+
+
+ False
+ ..\..\packages\Newtonsoft.Json.6.0.7\lib\net35\Newtonsoft.Json.dll
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll
+
+
+
+
+
+ CMDSetting.xaml
+
+
+
+
+
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
+
+
+
+ {4fd29318-a8ab-4d8f-aa47-60bc241b8da3}
+ Wox.Infrastructure
+
+
+ {8451ecdd-2ea4-4966-bb0a-7bbc40138e80}
+ Wox.Plugin
+
+
+
+
+
+ PreserveNewest
+
+
+
+
+ PreserveNewest
+
+
+
+
+
+
+ 这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。
+
+
+
+
\ No newline at end of file