mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
[v11.0/forgejo] fix(i18n): add escaping as it is needed in Forgejo <v12
This commit is contained in:
parent
9e431fea79
commit
1a8509e027
1 changed files with 2 additions and 2 deletions
|
@ -1614,8 +1614,8 @@ issues.reopened_at=`重新開放了這個問題 <a id="%[1]s" href="#%[1]s">%[2]
|
|||
issues.commit_ref_at=`在提交中關聯了這個問題 <a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_issue_from=`<a href="%[3]s">關聯了這個問題 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_pull_from=`<a href="%[3]s">關聯了這個合併請求 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_closing_from=<a href="%[3]s">從將關閉此問題的拉取請求 %[4]s 中提及了此問題</a>,<a id="%[1]s" href="#%[1]s">%[2]s</a>
|
||||
issues.ref_reopening_from=<a href="%[3]s">從將重新開啟此問題的拉取請求 %[4]s 中提及了此問題</a>,<a id="%[1]s" href="#%[1]s">%[2]s</a>
|
||||
issues.ref_closing_from=`<a href="%[3]s">從將關閉此問題的拉取請求 %[4]s 中提及了此問題</a>,<a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_reopening_from=`<a href="%[3]s">從將重新開啟此問題的拉取請求 %[4]s 中提及了此問題</a>,<a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_closed_from=`<a href="%[3]s">關閉了這個問題 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_reopened_from=`<a href="%[3]s">重新開放了這個問題 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
|
||||
issues.ref_from=`自 %[1]s`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue