fix i18n text

This commit is contained in:
Gabe Yuan
2023-09-10 21:59:28 +08:00
parent 3398ca0dd7
commit 0d93cf78f7

View File

@@ -43,6 +43,7 @@ const customApiLangs = `["en", "English - English"],
`;
const customApiHelpZH = `/// 自定义翻译源接口说明
// 请求Request数据将按下面规范发送
{
url: {{YOUR_URL}},
@@ -70,6 +71,7 @@ ${customApiLangs}
`;
const customApiHelpEN = `/// Custom translation source interface description
// Request data will be sent according to the following specifications
{
url: {{YOUR_URL}},