Skip to content

Commit 8ae9441

Browse files
author
dashuai
authored
Merge pull request #508 from answerdev/feat/1.1.3/ui
fix: i18n some tag escape
2 parents e31c97a + 9927b7f commit 8ae9441

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

i18n/af_ZA.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,16 +1292,16 @@ ui:
12921292
page_title: CSS and HTML
12931293
custom_css:
12941294
label: Custom CSS
1295-
text: This will insert as <link>
1295+
text: This will insert as &lt;link>
12961296
head:
12971297
label: Head
1298-
text: This will insert before </head>
1298+
text: This will insert before &lt;/head>
12991299
header:
13001300
label: Header
1301-
text: This will insert after <body>
1301+
text: This will insert after &lt;body>
13021302
footer:
13031303
label: Footer
1304-
text: This will insert before </html>.
1304+
text: This will insert before &lt;/body>.
13051305
login:
13061306
page_title: Login
13071307
membership:

i18n/en_US.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,16 +1657,16 @@ ui:
16571657
page_title: CSS and HTML
16581658
custom_css:
16591659
label: Custom CSS
1660-
text: This will insert as <link>
1660+
text: This will insert as &lt;link>
16611661
head:
16621662
label: Head
1663-
text: This will insert before </head>
1663+
text: This will insert before &lt;/head>
16641664
header:
16651665
label: Header
1666-
text: This will insert after <body>
1666+
text: This will insert after &lt;body>
16671667
footer:
16681668
label: Footer
1669-
text: This will insert before </body>.
1669+
text: This will insert before &lt;/body>.
16701670
sidebar:
16711671
label: Sidebar
16721672
text: This will insert in sidebar.

i18n/zh_CN.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,16 +1607,16 @@ ui:
16071607
page_title: CSS 与 HTML
16081608
custom_css:
16091609
label: 自定义 CSS
1610-
text: 这将以 <link> 方式插入
1610+
text: 这将以 &lt;link> 方式插入
16111611
head:
16121612
label: 头部
1613-
text: 这将在 </head> 之前插入
1613+
text: 这将在 &lt;/head> 之前插入
16141614
header:
16151615
label: 页眉
1616-
text: 这将在 <body> 之后插入
1616+
text: 这将在 &lt;body> 之后插入
16171617
footer:
16181618
label: 页脚
1619-
text: 这将在 </body> 之前插入.
1619+
text: 这将在 &lt;/body> 之前插入.
16201620
sidebar:
16211621
label: 侧边栏
16221622
text: 这将插入侧边栏中。

0 commit comments

Comments
 (0)