We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb0e30 commit 5bb4622Copy full SHA for 5bb4622
README.md
@@ -11,9 +11,9 @@ Atom 的简体中文汉化语言包
11
- v3.0.8 (2015-07-10)
12
13
解决官方1.0.2升级造成的4处汉化失效(设置,打开,打开文件夹,另存为)
14
- bug 产生 因为官方 menu 中这几处的 label 值中`...`变为了`…`(darwin 版本只有这四处,所以怀疑为官方 bug,其他版本各有多处)
15
- 解决方案:在 main.coffee 中对`…` 确认,替换为`...`,从而兼容后期 atom 官方的更改`…` -> `...` or `...` -> `…`
16
- 目前版本兼容1.0.0以及1.0.2,请放心使用,建议所有用户更新
+ bug 产生 因为官方 menu 中这几处的 label 值中`...`变为了`…`(查证后为官方正常改动,后期均为`…`)
+ 解决方案:在 main.coffee 中对`…` 确认,替换为`...`,从而兼容后期 atom 官方的更改`...` -> `…`
+ 目前版本兼容Atom 所有已发布版本,请放心使用,建议所有用户更新
17
18
###说明
19
- 基于 syon 的 japanese-menu 的中文解决方案(完整汉化)。
0 commit comments