Skip to content

Commit

Permalink
make a release for 1.9.7 to support 3125+
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Sep 27, 2016
1 parent 6544a95 commit 0efc90f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from hashlib import md5

__version__ = "1.9.5"
__version__ = "1.9.7"

CONFIG_NAME = "Localization.sublime-settings"

Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"1.8.0": "msg/1.8.0.txt",
"1.9.0": "msg/1.9.0.txt",
"1.9.1": "msg/1.9.1.txt",
"1.9.5": "msg/1.9.5.txt"
"1.9.5": "msg/1.9.5.txt",
"1.9.7": "msg/1.9.7.txt"
}
2 changes: 1 addition & 1 deletion msg/1.9.5.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.9.1
1.9.5
Support version 3121+.

支持3121以上的版本。
4 changes: 4 additions & 0 deletions msg/1.9.7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.9.7
Support version 3125+.

支持3125以上的版本。
2 changes: 1 addition & 1 deletion msg/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ When uninstalling this plugin, it will swith back to English.
请使用主菜单的 帮助/Language 子菜单来切换语言。 目前支持 简体中文 繁体中文 日本語。
要换回英语不需要卸载本插件,请直接从菜单切换英文。

现在带有三个版本的翻译文件,分别用于支持3104之前的版本,3105-3114之间的版本,以及3118之后的最新版本
现在带有多个版本的翻译文件,可以支持Sublime Text 3的各个版本

0 comments on commit 0efc90f

Please sign in to comment.