mirror of https://gitee.com/answerdev/answer.git
Merge pull request #508 from answerdev/feat/1.1.3/ui
fix: i18n some tag escape
This commit is contained in:
commit
8ae9441bc1
|
@ -1292,16 +1292,16 @@ ui:
|
|||
page_title: CSS and HTML
|
||||
custom_css:
|
||||
label: Custom CSS
|
||||
text: This will insert as <link>
|
||||
text: This will insert as <link>
|
||||
head:
|
||||
label: Head
|
||||
text: This will insert before </head>
|
||||
text: This will insert before </head>
|
||||
header:
|
||||
label: Header
|
||||
text: This will insert after <body>
|
||||
text: This will insert after <body>
|
||||
footer:
|
||||
label: Footer
|
||||
text: This will insert before </html>.
|
||||
text: This will insert before </body>.
|
||||
login:
|
||||
page_title: Login
|
||||
membership:
|
||||
|
|
|
@ -1657,16 +1657,16 @@ ui:
|
|||
page_title: CSS and HTML
|
||||
custom_css:
|
||||
label: Custom CSS
|
||||
text: This will insert as <link>
|
||||
text: This will insert as <link>
|
||||
head:
|
||||
label: Head
|
||||
text: This will insert before </head>
|
||||
text: This will insert before </head>
|
||||
header:
|
||||
label: Header
|
||||
text: This will insert after <body>
|
||||
text: This will insert after <body>
|
||||
footer:
|
||||
label: Footer
|
||||
text: This will insert before </body>.
|
||||
text: This will insert before </body>.
|
||||
sidebar:
|
||||
label: Sidebar
|
||||
text: This will insert in sidebar.
|
||||
|
|
|
@ -1607,16 +1607,16 @@ ui:
|
|||
page_title: CSS 与 HTML
|
||||
custom_css:
|
||||
label: 自定义 CSS
|
||||
text: 这将以 <link> 方式插入
|
||||
text: 这将以 <link> 方式插入
|
||||
head:
|
||||
label: 头部
|
||||
text: 这将在 </head> 之前插入
|
||||
text: 这将在 </head> 之前插入
|
||||
header:
|
||||
label: 页眉
|
||||
text: 这将在 <body> 之后插入
|
||||
text: 这将在 <body> 之后插入
|
||||
footer:
|
||||
label: 页脚
|
||||
text: 这将在 </body> 之前插入.
|
||||
text: 这将在 </body> 之前插入.
|
||||
sidebar:
|
||||
label: 侧边栏
|
||||
text: 这将插入侧边栏中。
|
||||
|
|
Loading…
Reference in New Issue