Commit 51ea5b0a 刘韬

1

1 个父辈 b13aae5a
......@@ -71,7 +71,8 @@ namespace UILanguageTooles
this.combo_lngsel.FormattingEnabled = true;
this.combo_lngsel.Items.AddRange(new object[] {
"en-US",
"ja-JP"});
"ja-JP",
"vi-VN"});
this.combo_lngsel.Location = new System.Drawing.Point(412, 12);
this.combo_lngsel.Name = "combo_lngsel";
this.combo_lngsel.Size = new System.Drawing.Size(121, 20);
......
......@@ -273,7 +273,7 @@ namespace UILanguageTooles
/// <summary>
/// 代码行中包含以下文本不转换
/// </summary>
static string[] excludeline = new string[] {"throw", "LogUtil", ".log" , "LOGGER.", "LOGGER.", " const ", "OutDebug","VLog.", ".Info", ".Error", "AppSetting.", "Log.Warn", ".errlog", "const" };
static string[] excludeline = new string[] {"throw", "LogUtil", ".log" , "LOGGER.", "LOGGER.", " const ", "OutDebug","VLog.", ".Info(", ".Error", "AppSetting.", "Log.Warn", ".errlog", "const" };
private void Form1_Load(object sender, EventArgs e)
{
......
......@@ -115,6 +115,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\en-US\11.lngres" />
<None Include="Library\en-US\12.lngres" />
<None Include="Library\ja-JP\09.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......@@ -133,6 +134,9 @@
<None Include="Library\ja-JP\12.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\vi-VN\01.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!