We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3dc8 commit 889b3dbCopy full SHA for 889b3db
3 files changed
Localization.py
@@ -3,7 +3,7 @@
3
import os
4
from hashlib import md5
5
6
-__version__ = "1.9.10"
+__version__ = "1.9.11"
7
8
CONFIG_NAME = "Localization.sublime-settings"
9
messages.json
@@ -11,5 +11,6 @@
11
"1.9.7": "msg/1.9.7.txt",
12
"1.9.8": "msg/1.9.8.txt",
13
"1.9.9": "msg/1.9.8.txt",
14
- "1.9.10": "msg/1.9.8.txt"
+ "1.9.10": "msg/1.9.8.txt",
15
+ "1.9.11": "msg/1.9.8.txt"
16
}
msg/1.9.8.txt
@@ -1,3 +1,7 @@
1
+1.9.11
2
+Fix #17
+合并繁体中文翻译pull requests
+
1.9.10
Fix #15
修复3121-3126之间的版本会用3131版本菜单的问题。
0 commit comments