Blogger Information
Blog 61
fans 0
comment 0
visits 62763
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Sublime Text 3 汉化
Pengsir
Original
671 people have browsed it

第一步打开原版sublime text3

然后   Ctrl+~  一个输入框


第二步 在输入框输入 下边英文全部复制粘贴进去

import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

注意:这一步软件可能会无响应,等一会 如果返回一串数字就是代表成功了,不成功就再复制粘贴一下


第三步 点击上边菜单 “Preferences” -> “Package Control”

选择或输入 Package Control:Install Package

注意:这时需要等会


第四步 待会就会弹出一个命令行 输入ChineseLocalizations


第五步一闭眼一开眼,就安装好了


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post