diff options
| author | 2017-10-09 21:01:47 +0200 | |
|---|---|---|
| committer | 2017-10-10 06:40:43 +0200 | |
| commit | e6fc86b4b110966bf11b1d5ac4755a3163f74945 (patch) | |
| tree | 393c1c16e2c536dad9a8225a3d7516093c12a6af /app/i18n/kr/sub.php | |
| parent | 1eb19409b5435546774425c00523b9f88d4fccf9 (diff) | |
Add an entry in the subscription tool page
I reworked @Alkarex idea proposed in #1292. I though it was a good idea to merge everything in the same location.
Diffstat (limited to 'app/i18n/kr/sub.php')
| -rw-r--r-- | app/i18n/kr/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index 8af29422d..b8f2385b3 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -1,6 +1,10 @@ <?php return array( + 'api' => array( + 'documentation' => 'Copy the following URL to use it within an external tool.',// TODO + 'title' => 'API',// TODO + ), 'bookmarklet' => array( 'documentation' => '이 버튼을 즐겨찾기 막대로 끌어다 놓거나 마우스 오른쪽 클릭으로 나타나는 메뉴에서 "이 링크를 즐겨찾기에 추가"를 선택하세요. 그리고 피드를 구독하길 원하는 페이지에서 "구독하기" 버튼을 클릭하세요.', 'label' => '구독하기', |
