-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
一开始,因为首页的空编辑器中有英文未汉化,作为一个汉化包,连打开时映入眼帘的页面都没有汉化,是不是太差了,强迫症表示不能接受。 以及一些菜单是动态注册的,也没汉化,而常用的 Build 就在此列。 于是花了一些时间,汉化了 class 文件,虽然仍然不少没有汉化,但看起来好多了。 可是问题随之而来,因为汉化 class 文件,要让用户找到相应的 jar 包,将文件替换,很是麻烦,于是又花了不少时间编写、更新汉化工具。 结果在这一次 3.0 更新 3.0.1 时,麻烦出来了,因为汉化了 class 文件,导致 AndroidStudio 无法正常更新。 于是我只好在汉化中添加了提示,让使用者先还原汉化,再更新。甚至,我又更新了汉化工具。 直到另一个问题摆在我面前,升级后,有少数 class 文件发生了变化,有可能是不适用的。 难道我要会每一次更新都汉化相应的 class ,这未免太不好了。 甚至今天早上我还在想要不要更新工具,可以解包 class 文件,然后自动汉化再写入。 可是……明明简单的汉化 jar 包就足够了呀,我是不是太画蛇添足了。 哈哈哈~
- Loading branch information
Showing
44 changed files
with
36 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,2 @@ | ||
# 备份文件 | ||
**/omegat/*.bak | ||
# 进入记录 | ||
**/omegat/last_entry.properties | ||
# 状态 | ||
**/omegat/project_stats.txt | ||
**/omegat/project_stats_match.txt | ||
# 输出 | ||
**/target/ | ||
# 各记忆文件,只需要omegat/project_save.tmx即可 | ||
**/*-level1.tmx | ||
**/*-level2.tmx | ||
**/*-omegat.tmx | ||
*.jar | ||
**/original/ | ||
/* | ||
!AndroidStudio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# 配置文件 | ||
result/*.ini | ||
# 备份文件 | ||
/omegat/*.bak | ||
# 进入记录 | ||
/omegat/last_entry.properties | ||
# 状态 | ||
/omegat/project_stats.txt | ||
/omegat/project_stats_match.txt | ||
# 输出 | ||
/target/ | ||
# 各记忆文件,只需要omegat/project_save.tmx即可 | ||
/*-level1.tmx | ||
/*-level2.tmx | ||
/*-omegat.tmx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.63 KB
...dStudio/result/3.0/lib/idea/com/intellij/openapi/application/impl/ApplicationImpl$5.class
Binary file not shown.
Binary file removed
BIN
-7.42 KB
...dio/result/3.0/lib/idea/com/intellij/openapi/fileEditor/impl/EditorEmptyTextPainter.class
Binary file not shown.
Oops, something went wrong.