diff options
author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2019-07-27 00:01:02 -0700 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2019-07-27 09:01:02 +0200 |
commit | e1bb0e33f23f7cf089f24b536283bac67cc09528 (patch) | |
tree | a831f08233f96c833e28a05cba4a6b77c994b669 /searx/translations/zh_TW/LC_MESSAGES | |
parent | 11fc9913e9dfe170d07d8d17e0202282e3f92d6f (diff) | |
download | searxng-e1bb0e33f23f7cf089f24b536283bac67cc09528.tar.gz searxng-e1bb0e33f23f7cf089f24b536283bac67cc09528.zip |
[fix] escape perecent signs in translation file (#1528)
Diffstat (limited to 'searx/translations/zh_TW/LC_MESSAGES')
-rw-r--r-- | searx/translations/zh_TW/LC_MESSAGES/messages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/translations/zh_TW/LC_MESSAGES/messages.po b/searx/translations/zh_TW/LC_MESSAGES/messages.po index 0a4796f97..93adf449f 100644 --- a/searx/translations/zh_TW/LC_MESSAGES/messages.po +++ b/searx/translations/zh_TW/LC_MESSAGES/messages.po @@ -690,7 +690,7 @@ msgid "" "Change how forms are submited, <a " "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\"" " rel=\"external\">learn more about request methods</a>" -msgstr "變更遞交形式,<a href=\"https://zh.wikipedia.org/wiki/%E8%B6%85%E6%96%87%E6%9C%AC%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AE#%E8%AF%B7%E6%B1%82%E6%96%B9%E6%B3%95\" rel=\"external\">看看更多關於請求方法的介紹</a>" +msgstr "變更遞交形式,<a href=\"https://zh.wikipedia.org/wiki/%%E8%%B6%%85%%E6%%96%%87%%E6%%9C%%AC%%E4%%BC%%A0%%E8%%BE%%93%%E5%%8D%%8F%%E8%%AE%%AE#%%E8%%AF%%B7%%E6%%B1%%82%%E6%%96%%B9%%E6%%B3%%95\" rel=\"external\">看看更多關於請求方法的介紹</a>" #: searx/templates/oscar/preferences.html:87 #: searx/templates/simple/preferences.html:71 |