diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/zh-cn/sub.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/zh-cn/sub.php')
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 89b36ebc5..4ad401329 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -26,7 +26,7 @@ return array( 'archiving' => '归档', 'dynamic_opml' => array( '_' => '动态订阅', - 'help' => '使用地址上的 <a href=http://opml.org/ target=_blank>OPML 文件</a> 中的订阅源填充这一分类', + 'help' => '使用地址上的 <a href="http://opml.org/" target="_blank">OPML 文件</a> 中的订阅源填充这一分类', ), 'empty' => '空分类', 'information' => '信息', |
