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

Commit 8d06c3c

Browse files
committed
Update README
1 parent fe8e7d1 commit 8d06c3c

File tree

6 files changed

+32
-1
lines changed

6 files changed

+32
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
Minecraft Mods Translator
1+
# Minecraft Mods Translator
2+
3+
适用于Minecraft 1.16+版本的MC模组翻译器
4+
5+
![](README/readme-1.png)
6+
7+
## 使用方法
8+
9+
1.双击打开模组翻译器
10+
11+
2.选中MOD的en_us.json打开
12+
13+
## 软件功能
14+
15+
格式化字符智能提示与比对
16+
17+
![](README/readme-2.gif)
18+
19+
染色符号标记
20+
21+
![](README/readme-3.jpg)
22+
23+
## 计划列表
24+
25+
- [ ] 自动化词典
26+
- [ ] 机翻提示

README/readme-1.png

186 KB
Loading

README/readme-2.gif

273 KB
Loading

README/readme-3.jpg

27.1 KB
Loading

Translator/Translator.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<DebugSymbols>true</DebugSymbols>
5555
<AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
5656
</PropertyGroup>
57+
<PropertyGroup>
58+
<ApplicationIcon>Translator.ico</ApplicationIcon>
59+
</PropertyGroup>
5760
<ItemGroup>
5861
<Reference Include="Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
5962
<HintPath>..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
@@ -269,6 +272,9 @@
269272
<ItemGroup>
270273
<EmbeddedResource Include="mc.xshd" />
271274
</ItemGroup>
275+
<ItemGroup>
276+
<EmbeddedResource Include="Translator.ico" />
277+
</ItemGroup>
272278
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
273279
<Import Project="..\packages\Fody.6.6.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.6.0\build\Fody.targets')" />
274280
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

Translator/Translator.ico

110 KB
Binary file not shown.

0 commit comments

Comments
 (0)