[Korean] Add 2 additional bookstoreList
authorYongmin Hong <revi@pobox.com>
Thu, 11 Oct 2018 09:13:48 +0000 (18:13 +0900)
committerYongmin Hong <revi@pobox.com>
Thu, 11 Oct 2018 09:38:48 +0000 (18:38 +0900)
* 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 <revi@pobox.com>
languages/messages/MessagesKo.php

index a3b3a71..de0a559 100644 (file)
@@ -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,
 ];