Commit 7db5caed 刘韬

1

1 个父辈 51ea5b0a
此文件类型无法预览
......@@ -72,7 +72,8 @@ namespace UILanguageTooles
this.combo_lngsel.Items.AddRange(new object[] {
"en-US",
"ja-JP",
"vi-VN"});
"vi-VN",
"fr-FR"});
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);
......
......@@ -114,8 +114,18 @@
<None Include="Library\en-US\03.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\en-US\11.lngres" />
<None Include="Library\en-US\12.lngres" />
<None Include="Library\en-US\11.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\en-US\12.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\en-US\13.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\fr-FR\01.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Library\ja-JP\09.lngres">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!