fix: i18n some tag escape

This commit is contained in:
shuai 2023-09-05 10:56:59 +08:00
parent 367abc3003
commit 9927b7f48f
3 changed files with 12 additions and 12 deletions

View File

@ -1292,16 +1292,16 @@ ui:
page_title: CSS and HTML page_title: CSS and HTML
custom_css: custom_css:
label: Custom CSS label: Custom CSS
text: This will insert as <link> text: This will insert as &lt;link>
head: head:
label: Head label: Head
text: This will insert before </head> text: This will insert before &lt;/head>
header: header:
label: Header label: Header
text: This will insert after <body> text: This will insert after &lt;body>
footer: footer:
label: Footer label: Footer
text: This will insert before </html>. text: This will insert before &lt;/body>.
login: login:
page_title: Login page_title: Login
membership: membership:

View File

@ -1657,16 +1657,16 @@ ui:
page_title: CSS and HTML page_title: CSS and HTML
custom_css: custom_css:
label: Custom CSS label: Custom CSS
text: This will insert as <link> text: This will insert as &lt;link>
head: head:
label: Head label: Head
text: This will insert before </head> text: This will insert before &lt;/head>
header: header:
label: Header label: Header
text: This will insert after <body> text: This will insert after &lt;body>
footer: footer:
label: Footer label: Footer
text: This will insert before </body>. text: This will insert before &lt;/body>.
sidebar: sidebar:
label: Sidebar label: Sidebar
text: This will insert in sidebar. text: This will insert in sidebar.

View File

@ -1607,16 +1607,16 @@ ui:
page_title: CSS 与 HTML page_title: CSS 与 HTML
custom_css: custom_css:
label: 自定义 CSS label: 自定义 CSS
text: 这将以 <link> 方式插入 text: 这将以 &lt;link> 方式插入
head: head:
label: 头部 label: 头部
text: 这将在 </head> 之前插入 text: 这将在 &lt;/head> 之前插入
header: header:
label: 页眉 label: 页眉
text: 这将在 <body> 之后插入 text: 这将在 &lt;body> 之后插入
footer: footer:
label: 页脚 label: 页脚
text: 这将在 </body> 之前插入. text: 这将在 &lt;/body> 之前插入.
sidebar: sidebar:
label: 侧边栏 label: 侧边栏
text: 这将插入侧边栏中。 text: 这将插入侧边栏中。