VsCode - PlatformIO IDE汉化教程

VsCode - platformio IDE汉化教程

许多人使用 vscode的platformio插件估计看着一堆英文很是头疼

translate.js是一款开源的网站自动翻译api,使用极其简单。 无需任何前期准备,直接加入几行代码即可拥有多种语言全自动切换能力。

附上完成汉化图

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

下面附上汉化使用教程,打开 platformio 安装目录,一般在这里:

C:\Users\Administrator\.platformio\packages\contrib-piohome

或者进入C盘根目录进行文件搜索 contrib-piohome 文件夹 找到 index.html 打开

在这里插入图片描述
复制如下代码:

	<script>
		var head= document.getElementsByTagName('head')[0]; 
		var script= document.createElement('script'); 
		script.type= 'text/javascript'; 
		script.src= 'https://res.zvo.cn/translate/translate.js'; 
		script.onload = script.onreadystatechange = function() {
			translate.selectLanguageTag.show = false;
			translate.setUseVersion2(); 

			//translate.ignore.tag.push('small');

			translate.ignore.class.push('ant-card-head');
			translate.ignore.class.push('inline-block-tight');
			translate.ignore.class.push('last-keywords');
			translate.ignore.class.push('ant-table-tbody');
			translate.ignore.class.push('ant-select-dropdown-menu-item-group-list');
			translate.ignore.class.push('ant-select-dropdown-menu-vertical');
			translate.ignore.class.push('ant-select-selection-selected-value');

			translate.changeLanguage('chinese_simplified');

			window.onload = function() {
				translate.listener.start();
				translate.execute();			  
			};
		}
		head.appendChild(script); 
	</script>

粘贴置末尾即可

在这里插入图片描述

更多使用方法请看开发文档:http://translate.zvo.cn/41543.html

评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值