dengliming commented on code in PR #259: URL: https://github.com/apache/shenyu-dashboard/pull/259#discussion_r1056975042
########## src/locales/en-US.json: ########## @@ -311,6 +311,19 @@ "SHENYU.DOCUMENT.APIDOC.CONTENTS.TO.BE.SIGNED": "Contents To Be Signed", "SHENYU.DOCUMENT.APIDOC.SIGNATURE": "Signature", "SHENYU.DOCUMENT.APIDOC.ERROR.CODE.DETAILS": "Error Code Details", + "SHENYU.DOCUMENT.APIDOC.CONTEXTPATH": "contextPath", + "SHENYU.DOCUMENT.APIDOC.APIPATH": "apiPath", + "SHENYU.DOCUMENT.APIDOC.HTTPMETHOD": "httpMethod", + "SHENYU.DOCUMENT.APIDOC.CONSUME": "consume", + "SHENYU.DOCUMENT.APIDOC.PRODUCE": "produce", + "SHENYU.DOCUMENT.APIDOC.VERSION": "version", + "SHENYU.DOCUMENT.APIDOC.RPCTYPE": "rpcType", + "SHENYU.DOCUMENT.APIDOC.STATE": "state", + "SHENYU.DOCUMENT.APIDOC.EXT": "ext", + "SHENYU.DOCUMENT.APIDOC.APIOWNER": "apiOwner", + "SHENYU.DOCUMENT.APIDOC.APIDESC": "apiDesc", + "SHENYU.DOCUMENT.APIDOC.APISOURCE": "apiSource", + "SHENYU.DOCUMENT.APIDOC.DOCUMENT": "document", Review Comment: Are you sure no need to add the Chinese translation in `zh-CN.json`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
