From: Yongmin Hong Date: Thu, 11 Oct 2018 09:13:48 +0000 (+0900) Subject: [Korean] Add 2 additional bookstoreList X-Git-Tag: 1.34.0-rc.0~3757^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=54bb63b211074213a75f0b3360bdc3b4ca75225d;p=lhc%2Fweb%2Fwiklou.git [Korean] Add 2 additional bookstoreList * Aladin.co.kr has HTTPS! * National Library of Korea has 302 http://www.nl.go.kr on https://www.nl.go.kr * Naver has HTTPS. Change-Id: I5559ae2b32cddb540bc712e4b55cfe7c26c9a0b0 Signed-off-by: Yongmin Hong --- diff --git a/languages/messages/MessagesKo.php b/languages/messages/MessagesKo.php index a3b3a71441..de0a559279 100644 --- a/languages/messages/MessagesKo.php +++ b/languages/messages/MessagesKo.php @@ -365,7 +365,9 @@ $magicWords = [ ]; $bookstoreList = [ - 'Aladin.co.kr' => 'http://www.aladin.co.kr/catalog/book.asp?ISBN=$1', + 'Aladin.co.kr' => 'https://www.aladin.co.kr/catalog/book.asp?ISBN=$1', + 'National Library of Korea' => 'http://www.nl.go.kr/search/web_search/search/list.php?search_field1=all&tmode=1&value1=$1', + 'Naver' => 'https://book.naver.com/search/search.nhn?query=$1', 'inherit' => true, ];