fix i18n text
This commit is contained in:
@@ -49,7 +49,7 @@ const customApiHelpZH = `/// 自定义翻译源接口说明
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-type": "application/json",
|
"Content-type": "application/json",
|
||||||
"Authorization"] = "Bearer {{YOUR_KEY}}"
|
"Authorization" = "Bearer {{YOUR_KEY}}"
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
text, // 需要翻译的文字
|
text, // 需要翻译的文字
|
||||||
@@ -76,7 +76,7 @@ const customApiHelpEN = `/// Custom translation source interface description
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-type": "application/json",
|
"Content-type": "application/json",
|
||||||
"Authorization"] = "Bearer {{YOUR_KEY}}"
|
"Authorization" = "Bearer {{YOUR_KEY}}"
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
text, // text to be translated
|
text, // text to be translated
|
||||||
|
|||||||
Reference in New Issue
Block a user