fix: update code demo to include JSON (#5444)

* fix: update code demo to include JSON

* fix: do property renames

* fix: change XML to place holder

* fix: PR comments
This commit is contained in:
Beka Westberg
2021-09-10 13:51:12 +00:00
committed by alschmiedt
parent 84514efb09
commit ee221520a9
46 changed files with 122 additions and 93 deletions

View File

@@ -19,6 +19,6 @@ var MSG = {
httpRequestError: "请求存在问题。",
linkAlert: "通过这个链接分享您的模块:\n\n%1",
hashError: "对不起,没有任何已保存的程序对应'%1' 。",
xmlError: "无法载入您保存的文件。您是否使用其他版本的Blockly创建该文件的",
badXml: "XML解析错误:\n%1\n\n选择“确定”以取消您对XML的修改,或选择“取消”以继续编辑XML。"
loadError: "无法载入您保存的文件。您是否使用其他版本的Blockly创建该文件的",
parseError: "%1解析错误:\n%2\n\n选择“确定”以取消您对%1的修改,或选择“取消”以继续编辑%1。"
};